fix the might typo
This commit is contained in:
parent
b131f45cbb
commit
74af4f4686
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user