Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo in comments (sorry for the noise)
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 31 Oct 2010 12:26:21 +0000 (12:26 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 31 Oct 2010 12:26:21 +0000 (12:26 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8485 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/xbt/ex.h

index 26d2033..1f7e538 100644 (file)
@@ -417,7 +417,7 @@ extern void __xbt_ex_terminate_default(xbt_ex_t * e);
  * is copied into the CATCH relevant variable program control flow 
  * is derouted to the CATCH (after the optional sg_cleanup).
  *
- * If no TRY/CATCH construct embeeds this call, the program calls
+ * If no TRY/CATCH construct embeds this call, the program calls
  * abort(3). 
  *
  * The THROW can be performed everywhere, including inside TRY,