From: Ben Pfaff Date: Sat, 20 May 2006 22:00:32 +0000 (+0000) Subject: Comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=c738c0027533b8156332f13477ce1cac79d016b5 Comment. --- diff --git a/src/threads/malloc.c b/src/threads/malloc.c index 8e5861c..f6f803b 100644 --- a/src/threads/malloc.c +++ b/src/threads/malloc.c @@ -214,7 +214,7 @@ realloc (void *old_block, size_t new_size) } /* Frees block P, which must have been previously allocated with - malloc() or calloc(). */ + malloc(), calloc(), or realloc(). */ void free (void *p) {