*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 3 Nov 1997 05:20:09 +0000 (05:20 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 3 Nov 1997 05:20:09 +0000 (05:20 +0000)
lib/realloc.c

index 2a39033..d0d3e4a 100644 (file)
@@ -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