From: mquinson Date: Sun, 31 Oct 2010 12:26:21 +0000 (+0000) Subject: typo in comments (sorry for the noise) X-Git-Tag: v3_5~340 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/5bd975f6b207038a9e62a96346522060e8e5cf6e?ds=inline typo in comments (sorry for the noise) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8485 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 26d2033c8b..1f7e538716 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -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,