X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/658aa5ecd68f660bb7ac2fd20813aabfaba5fefb..1a553ba8e68c04a338d76960f59be6b92535e9c0:/include/xbt/backtrace.hpp diff --git a/include/xbt/backtrace.hpp b/include/xbt/backtrace.hpp index 55712c98d6..ff2e3f2e70 100644 --- a/include/xbt/backtrace.hpp +++ b/include/xbt/backtrace.hpp @@ -43,11 +43,11 @@ public: ~Backtrace(); }; -/* Translate the backtrace in a human friendly form +/* Translate the backtrace in an human friendly form * - * Try resolve symbols and source code location. + * Try resolve symbols and source code locations. */ -XBT_PUBLIC std::vector resolve_backtrace(const Backtrace& bt); +XBT_PUBLIC std::string resolve_backtrace(const Backtrace& bt); } }