diff --git a/src/heap.c b/src/heap.c index c7d8560..6a8908d 100644 --- a/src/heap.c +++ b/src/heap.c @@ -134,7 +134,7 @@ void *malloc_shared_memory (size_t size) } /* - * Allocate a block of memory from the "shared" region an initialize it to + * Allocate a block of memory from the "shared" region and initialize it to * zero. */ void *calloc_shared_memory (size_t nmemb, size_t size)