Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 24 Aug 2018 20:36:22 +0000 (22:36 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 24 Aug 2018 20:40:30 +0000 (22:40 +0200)
include/xbt/backtrace.hpp

index ae378b7..9c9f9e3 100644 (file)
@@ -27,7 +27,7 @@ XBT_PUBLIC std::vector<xbt_backtrace_location_t> backtrace();
 
 /* Translate the backtrace in a human friendly form
  *
 
 /* 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<std::string> 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<std::string> resolveBacktrace(xbt_backtrace_location_t const* loc, std::size_t count);
  */
 XBT_PUBLIC std::vector<std::string> 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<std::string> resolveBacktrace(xbt_backtrace_location_t const* loc, std::size_t count);