summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-11-17 23:05:02 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-11-17 23:05:02 +0000
commit7b2dc3362ca654843fae1d6c14233ae5701a72df (patch)
treecc86bc7d2e937607b60658816b6eda1b76604b77 /lib
parent2d2b5dbea1062240a7a8daec5c88722f2db556e2 (diff)
downloadgnulib-7b2dc3362ca654843fae1d6c14233ae5701a72df.tar.gz
Fix header comment to match module title.
Diffstat (limited to 'lib')
-rw-r--r--lib/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/malloc.c b/lib/malloc.c
index a43d169271..ca04c57cd8 100644
--- 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