From 1d83152923e6cdedca3b28400f0582c9fb9c5419 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 14 Mar 2018 09:24:35 +0100 Subject: [PATCH] Typo. --- include/xbt/ex.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/xbt/ex.hpp b/include/xbt/ex.hpp index e929d6cca9..9b6ff5ff32 100644 --- a/include/xbt/ex.hpp +++ b/include/xbt/ex.hpp @@ -41,7 +41,7 @@ public: simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace()) {} - ~xbt_ex(); // DO NOT define it here -- see ex.cpp for a rational + ~xbt_ex(); // DO NOT define it here -- see ex.cpp for a rationale /** Category (what went wrong) */ xbt_errcat_t category = unknown_error; -- 2.20.1