X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dff9e15c44ab6340d27215957c56fa72fad246a2..64c0a3e0d8f5518e5f61a8043844c770280787f0:/include/gras/process.h diff --git a/include/gras/process.h b/include/gras/process.h index fb32a94378..5f4f2cac8d 100644 --- a/include/gras/process.h +++ b/include/gras/process.h @@ -55,7 +55,7 @@ XBT_PUBLIC(void *) gras_userdata_set(void *ud); /** \brief Malloc and set the data associated with the current process. * - * @warnig gras_userdata_new() expects the pointed type, not the + * @warning 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.