diff options
author | H. Peter Anvin <hpa@zytor.com> | 2001-10-23 05:51:28 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2001-10-23 05:51:28 +0000 |
commit | 9b5f6e94b30ecc8b8bf75cc13da45c4afa84de83 (patch) | |
tree | 10093dad39aa414dc32b90c8d4a0a6c166a0898c | |
parent | 27c76b02d945c7a926ba2d755960af41f6b9688f (diff) | |
download | lpsm-9b5f6e94b30ecc8b8bf75cc13da45c4afa84de83.tar.gz lpsm-9b5f6e94b30ecc8b8bf75cc13da45c4afa84de83.tar.xz lpsm-9b5f6e94b30ecc8b8bf75cc13da45c4afa84de83.zip |
Fix "malloc, zalloc, malloc" -> "malloc, zalloc, calloc"
-rw-r--r-- | lpsm_malloc.3.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lpsm_malloc.3.in b/lpsm_malloc.3.in index 9ec6f32..b071a45 100644 --- a/lpsm_malloc.3.in +++ b/lpsm_malloc.3.in @@ -106,7 +106,7 @@ For .BR lpsm_malloc() , .BR lpsm_zalloc() , and -.BR lpsm_malloc() , +.BR lpsm_calloc() , the value returned is a pointer to the allocated memory, which is suitably aligned for any kind of variable that can fit into the allocation size, or .B NULL |