X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d88979392aa995371340597cbfc45f1cd33fe643..0ee6fdb41d9ba663184bdd4d48f79ef28a0e6fbb:/include/gras/messages.h?ds=sidebyside diff --git a/include/gras/messages.h b/include/gras/messages.h index f5be19d861..8158b0b90c 100644 --- a/include/gras/messages.h +++ b/include/gras/messages.h @@ -47,7 +47,7 @@ BEGIN_DECL() * to add a version number to the message (by default, the version is set to 0). Any messages of the * wrong version will be ignored by the applications not providing any specific callback for them. * - * This mecanism (stolen from the dynamic loader one) should ensure you to change the semantic of a given + * This mechanism (stolen from the dynamic loader one) should ensure you to change the semantic of a given * message while still understanding the old one. */ /** @{ */ @@ -112,7 +112,7 @@ typedef struct s_gras_msgtype *gras_msgtype_t; void *payload); xbt_error_t gras_msg_handle(double timeOut); -/*@}*/ +/* @} */ END_DECL()