changeset 44149:a3e6cfa20afd

(check_pure_size): Update the comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 25 Mar 2002 22:38:55 +0000
parents 7e94a4573fba
children 3fbdac68eb84
files src/alloc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Mon Mar 25 11:31:11 2002 +0000
+++ b/src/alloc.c	Mon Mar 25 22:38:55 2002 +0000
@@ -3837,7 +3837,7 @@
 }
 
 
-/* Signal an error if PURESIZE is too small.  */
+/* Print a warning if PURESIZE is too small.  */
 
 void
 check_pure_size ()