]> git.eshelyaron.com Git - emacs.git/commitdiff
(check_pure_size): Update the comment.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Mar 2002 22:38:55 +0000 (22:38 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 25 Mar 2002 22:38:55 +0000 (22:38 +0000)
src/alloc.c

index a6aacd704beacc5476ce45446803874d7ecd44af..067dd7b753e8ee594ecee59b6f657ebbb603213b 100644 (file)
@@ -3837,7 +3837,7 @@ pure_alloc (size, type)
 }
 
 
-/* Signal an error if PURESIZE is too small.  */
+/* Print a warning if PURESIZE is too small.  */
 
 void
 check_pure_size ()