changeset 2812:a227a38fcaf2

comment fix
author Jim Meyering <jim@meyering.net>
date Mon, 07 Aug 2000 17:03:20 +0000
parents a3217eb32838
children f776657fc3ba
files lib/bumpalloc.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/bumpalloc.h	Mon Aug 07 17:02:15 2000 +0000
+++ b/lib/bumpalloc.h	Mon Aug 07 17:03:20 2000 +0000
@@ -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