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) {