X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f4c515a7b473a123f6bb722fdb588b04c807d126..410bd96d9c3c8c33f6e7ea94afc45bde1e32dc4c:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index 8c7b7540b7..3d5b95d6e2 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -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.