X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6760cb07d6b57be16928d95339d71e57c4e24f36..9e68ca10e951fb61e944c99c7774b1e415ae9f6d:/src/xbt/ex_interface.h diff --git a/src/xbt/ex_interface.h b/src/xbt/ex_interface.h index 6723c05225..ca34f34360 100644 --- a/src/xbt/ex_interface.h +++ b/src/xbt/ex_interface.h @@ -1,6 +1,6 @@ /* ex -- exception handling */ /* This file is to loaded in any location defining exception handlers */ -/* (such as context.c) or in gras transport layer, to exchange them. */ +/* (such as context.c), to exchange them. */ /* Copyright (c) 2006, 2007, 2009, 2010. The SimGrid Team. * All rights reserved. */ @@ -18,4 +18,4 @@ void xbt_ex_display(xbt_ex_t * e); /* Change raw libc symbols to file names and line numbers */ void xbt_ex_setup_backtrace(xbt_ex_t * e); -#endif /* _XBT_EX_INTERFACE_H_ */ +#endif /* _XBT_EX_INTERFACE_H_ */