From 5bd975f6b207038a9e62a96346522060e8e5cf6e Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 31 Oct 2010 12:26:21 +0000 Subject: [PATCH] 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 --- include/xbt/ex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.20.1