aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
authorStefan Monnier2002-03-25 22:38:55 +0000
committerStefan Monnier2002-03-25 22:38:55 +0000
commit852f8cdc7e7a4a715c79ddafcefde803649d6e40 (patch)
treed81d6d977ce5a59f14523606e150abfc5a609885 /src/alloc.c
parent7ad8cd8e23c293aa2ca8000960863de3f5d13e52 (diff)
downloademacs-852f8cdc7e7a4a715c79ddafcefde803649d6e40.tar.gz
emacs-852f8cdc7e7a4a715c79ddafcefde803649d6e40.zip
(check_pure_size): Update the comment.
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
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)
3837} 3837}
3838 3838
3839 3839
3840/* Signal an error if PURESIZE is too small. */ 3840/* Print a warning if PURESIZE is too small. */
3841 3841
3842void 3842void
3843check_pure_size () 3843check_pure_size ()