Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
code is now splint'able
[simgrid.git] / include / gras / messages.h
index f5be19d..8158b0b 100644 (file)
@@ -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()