Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typo.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Mar 2018 08:24:35 +0000 (09:24 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 14 Mar 2018 08:24:35 +0000 (09:24 +0100)
include/xbt/ex.hpp

index e929d6c..9b6ff5f 100644 (file)
@@ -41,7 +41,7 @@ public:
     simgrid::xbt::WithContextException(throwpoint, simgrid::xbt::backtrace())
   {}
 
     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;
 
   /** Category (what went wrong) */
   xbt_errcat_t category = unknown_error;