From b1c11e3c4009500b3cb59295410aa7f67f08b181 Mon Sep 17 00:00:00 2001 From: suter Date: Tue, 7 Jan 2014 12:18:07 +0100 Subject: [PATCH] english orrection --- src/xbt/mmalloc/mfree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xbt/mmalloc/mfree.c b/src/xbt/mmalloc/mfree.c index 6cfd06cf31..a39542fabb 100644 --- a/src/xbt/mmalloc/mfree.c +++ b/src/xbt/mmalloc/mfree.c @@ -34,7 +34,7 @@ void mfree(struct mdesc *mdp, void *ptr) 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(); } -- 2.20.1