changeset 5463:8044da4f6750

Fix header comment to match module title.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 17 Nov 2004 23:05:02 +0000
parents 5ebd8ce9b57f
children f7677662318c
files lib/malloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/malloc.c
+++ b/lib/malloc.c
@@ -1,4 +1,4 @@
-/* Work around bug on some systems where malloc (0) fails.
+/* malloc() function that is glibc compatible.
    Copyright (C) 1997, 1998 Free Software Foundation, Inc.
 
    This program is free software; you can redistribute it and/or modify