Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
A few spelling mistakes and many replacements: [Ss]imgrid -> SimGrid.
[simgrid.git] / src / xbt / mallocator.c
index d5a0a55..944e2a1 100644 (file)
@@ -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)