Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo--
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 11 Apr 2009 17:08:20 +0000 (17:08 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sat, 11 Apr 2009 17:08:20 +0000 (17:08 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6234 48e7efb5-ca39-0410-a469-dd3cf9ba447f

include/gras/process.h

index 8c7b754..3d5b95d 100644 (file)
@@ -54,7 +54,7 @@ XBT_PUBLIC(void*) gras_userdata_set(void *ud);
 
 /** \brief Malloc and set the data associated with the current process.
  *
- * @warnug gras_userdata_new() expects the pointed type, not the
+ * @warnig gras_userdata_new() expects the pointed type, not the
  * pointer type. We know it'a a bit troublesome, but it seems like
  * the only solution since this macro has to compute the size to
  * malloc and should thus know the pointed type.