1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Replace Minumum/minumum with Minimum/minimum

Replace Minumum/minumum in comments with Minimum/minimum.
This commit is contained in:
H.J. Lu
2020-10-06 05:15:11 -07:00
parent 78e09591a5
commit 862897d2ad
4 changed files with 4 additions and 4 deletions

View File

@ -505,7 +505,7 @@ void *(*__morecore)(ptrdiff_t) = __default_morecore;
if no space is available. Additionally, on failure, errno is
set to ENOMEM on ANSI C systems.
If n is zero, malloc returns a minumum-sized chunk. (The minimum
If n is zero, malloc returns a minimum-sized chunk. (The minimum
size is 16 bytes on most 32bit systems, and 24 or 32 bytes on 64bit
systems.) On most systems, size_t is an unsigned type, so calls
with negative arguments are interpreted as requests for huge amounts