aboutsummaryrefslogtreecommitdiff
path: root/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'malloc.c')
-rw-r--r--malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc.c b/malloc.c
index a7fa7c5..7e5b87e 100644
--- a/malloc.c
+++ b/malloc.c
@@ -7,7 +7,7 @@
#include "puzzles.h"
/*
- * smalloc should guarantee to return a useful pointer - Halibut
+ * smalloc should guarantee to return a useful pointer - we
* can do nothing except die when it's out of memory anyway.
*/
void *smalloc(size_t size) {