diff options
| author | Jim Meyering <jim@meyering.net> | 2000-08-07 17:03:20 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2000-08-07 17:03:20 +0000 |
| commit | 8d381987d0a5b2ac4c1273190c4557f7d5df72d8 (patch) | |
| tree | 3f55cb292c61174a7a1460dbcf9e1614876ca4d0 /lib | |
| parent | (xalloc_msg_memory_exhausted): Now char const[], (diff) | |
| download | coreutils-8d381987d0a5b2ac4c1273190c4557f7d5df72d8.tar.gz coreutils-8d381987d0a5b2ac4c1273190c4557f7d5df72d8.zip | |
comment fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/bumpalloc.h | 4 |
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 |
