Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
english orrection
authorsuter <frederic.suter@cc.in2p3.fr>
Tue, 7 Jan 2014 11:18:07 +0000 (12:18 +0100)
committersuter <frederic.suter@cc.in2p3.fr>
Tue, 7 Jan 2014 11:18:07 +0000 (12:18 +0100)
src/xbt/mmalloc/mfree.c

index 6cfd06c..a39542f 100644 (file)
@@ -34,7 +34,7 @@ void mfree(struct mdesc *mdp, void *ptr)
   block = BLOCK(ptr);
 
   if ((char *) ptr < (char *) mdp->heapbase || block > mdp->heapsize) {
   block = BLOCK(ptr);
 
   if ((char *) ptr < (char *) mdp->heapbase || block > mdp->heapsize) {
-    fprintf(stderr,"Ouch, this pointer is not mine. I refuse to free it. I refuse it to death!!\n");
+    fprintf(stderr,"Ouch, this pointer is not mine. I refuse to free it. I refuse it to die!!\n");
     abort();
   }
 
     abort();
   }