summaryrefslogtreecommitdiffstats
path: root/lib/xmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/xmalloc.c')
-rw-r--r--lib/xmalloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 369d420..bc386c8 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)