X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8c6bbb14f44b8daed5ea43d80880c6bf2155118b..b58b0ba2f6b92efa234677e19dd998346113504d:/src/xbt/mallocator.c diff --git a/src/xbt/mallocator.c b/src/xbt/mallocator.c index d5a0a55156..944e2a1d1f 100644 --- a/src/xbt/mallocator.c +++ b/src/xbt/mallocator.c @@ -67,7 +67,7 @@ static inline void lock_release(xbt_mallocator_t m) * This function must be called once the framework configuration is done. mallocators will not get used until it's * called (check the implementation notes above for more info). * - * sg_config uses this function to inform the mallocators when simgrid is configured, and whether lock protection is + * sg_config uses this function to inform the mallocators when SimGrid is configured, and whether lock protection is * needed. */ void xbt_mallocator_initialization_is_done(int need_protection)