From f5dc91251a53f1ae8fc50749e787a38815354f3a Mon Sep 17 00:00:00 2001 From: Gabriel Corona Date: Thu, 5 Jun 2014 19:24:38 +0200 Subject: [PATCH] Remove comment which has not been accurate for a long long time --- src/xbt/mmalloc/mmprivate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/xbt/mmalloc/mmprivate.h b/src/xbt/mmalloc/mmprivate.h index 5e2a7ed407..abf6140c9b 100644 --- a/src/xbt/mmalloc/mmprivate.h +++ b/src/xbt/mmalloc/mmprivate.h @@ -220,8 +220,7 @@ struct mdesc { /* Limit of valid info table indices. */ size_t heaplimit; - /* Block information table. - Allocated with malign/mfree (not mmalloc/mfree). */ + /* Block information table. */ /* Table indexed by block number giving per-block information. */ malloc_info *heapinfo; -- 2.20.1