From 852f8cdc7e7a4a715c79ddafcefde803649d6e40 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 25 Mar 2002 22:38:55 +0000 Subject: [PATCH] (check_pure_size): Update the comment. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index a6aacd704be..067dd7b753e 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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 () -- 2.39.2