comment fix
authorJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 17:03:20 +0000 (17:03 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 7 Aug 2000 17:03:20 +0000 (17:03 +0000)
lib/bumpalloc.h

index 9ff1c4b5c1051037ee32672d60b2db77b72350ab..1f55b9ad9fccbd3619b96c5d389f0e1179fec59b 100644 (file)
@@ -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