summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-03 05:20:09 +0000
committerJim Meyering <jim@meyering.net>1997-11-03 05:20:09 +0000
commit1919353d75012a3689996435e773ca6478b002df (patch)
treefbd4a30c408af041a6ec7a7da9e761251272e264 /lib
parent65673815ac1802df9defddd0c6791b62d9f0181c (diff)
downloadcoreutils-1919353d75012a3689996435e773ca6478b002df.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/realloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/realloc.c b/lib/realloc.c
index 2a39033a7..d0d3e4ab0 100644
--- a/lib/realloc.c
+++ b/lib/realloc.c
@@ -1,4 +1,4 @@
-/* Work around bug on some systems where realloc (NULL, n) fails.
+/* Work around bug on some systems where realloc (NULL, 0) fails.
Copyright (C) 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify