summaryrefslogtreecommitdiff
path: root/lib/bumpalloc.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-08-07 17:03:20 +0000
committerJim Meyering <jim@meyering.net>2000-08-07 17:03:20 +0000
commit8d381987d0a5b2ac4c1273190c4557f7d5df72d8 (patch)
tree3f55cb292c61174a7a1460dbcf9e1614876ca4d0 /lib/bumpalloc.h
parent1def0627b7dd99bbbda1ec32dbaa38017110e030 (diff)
downloadcoreutils-8d381987d0a5b2ac4c1273190c4557f7d5df72d8.tar.xz
comment fix
Diffstat (limited to 'lib/bumpalloc.h')
-rw-r--r--lib/bumpalloc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bumpalloc.h b/lib/bumpalloc.h
index 9ff1c4b5c..1f55b9ad9 100644
--- a/lib/bumpalloc.h
+++ b/lib/bumpalloc.h
@@ -25,8 +25,8 @@
`-------------------------------------------------------------------------*/
/* Routines `xmalloc' and `xrealloc' are called to do the actual memory
- management. This implies that the program will abort with an `Memory
- exhausted!' error if any problem arise.
+ management. This implies that the program will abort with a "memory
+ exhausted" error if any problem arise.
To work correctly, at least EXPONENT and TYPE should always be the
same for all uses of this macro for any given TABLE. A secure way to