diff options
author | Martin Mares <mj@ucw.cz> | 2000-06-07 12:29:08 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-06-07 12:29:08 +0000 |
commit | 2e9b24211a523c754b9437d6b742d6df304d8aeb (patch) | |
tree | 8df91a3bdd2a704006dcb2ed97c49c6e4f36158c /lib/xmalloc.c | |
parent | e403aa89e50471eb6f2838117887b1207627ae3a (diff) |
Spelling fixes to progdoc.
Diffstat (limited to 'lib/xmalloc.c')
-rw-r--r-- | lib/xmalloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 369d4201..bc386c83 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -21,7 +21,7 @@ * failure it calls die() to quit the program instead of returning * a %NULL pointer. * - * Whereever possible, please use the memory resources instead. + * Wherever possible, please use the memory resources instead. */ void * xmalloc(unsigned size) |