From 3bbf1e59490479059f4c539277507c754a6681c1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 24 Aug 2018 22:36:22 +0200 Subject: [PATCH] typo --- include/xbt/backtrace.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.20.1