From: Martin Quinson Date: Fri, 24 Aug 2018 20:36:22 +0000 (+0200) Subject: typo X-Git-Tag: v3_21~182 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3bbf1e59490479059f4c539277507c754a6681c1 typo --- 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);