fix the might typo

This commit is contained in:
Dacheng Gao 2019-03-20 21:44:21 +08:00
parent b131f45cbb
commit 74af4f4686

View File

@ -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. * zero.
*/ */
void *calloc_shared_memory (size_t nmemb, size_t size) void *calloc_shared_memory (size_t nmemb, size_t size)