From: Jim Meyering Date: Mon, 7 Aug 2000 17:03:20 +0000 (+0000) Subject: comment fix X-Git-Tag: FILEUTILS-4_0y~86 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d381987d0a5b2ac4c1273190c4557f7d5df72d8;p=thirdparty%2Fcoreutils.git comment fix --- diff --git a/lib/bumpalloc.h b/lib/bumpalloc.h index 9ff1c4b5c1..1f55b9ad9f 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