X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/48f46e76198d52242d85b84dae45a70597931088..3bbf1e59490479059f4c539277507c754a6681c1:/include/xbt/backtrace.hpp diff --git a/include/xbt/backtrace.hpp b/include/xbt/backtrace.hpp index ae378b7216..9c9f9e3882 100644 --- a/include/xbt/backtrace.hpp +++ b/include/xbt/backtrace.hpp @@ -27,7 +27,7 @@ XBT_PUBLIC std::vector backtrace(); /* Translate the backtrace in a human friendly form * - * Try ro resolve symbols and source code location. + * Try resolve symbols and source code location. */ XBT_PUBLIC std::vector resolve_backtrace(xbt_backtrace_location_t const* loc, std::size_t count); XBT_ATTRIB_DEPRECATED_v323("Please use xbt::resolve_backtrace()") XBT_PUBLIC std::vector resolveBacktrace(xbt_backtrace_location_t const* loc, std::size_t count);