changeset 1086:87ba407cf43f

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 03 Nov 1997 05:20:09 +0000
parents 65f1d648c904
children 5043c5fa8ccb
files lib/realloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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