diff options
author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2006-04-13 18:19:44 +0000 |
---|---|---|
committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2006-04-13 18:19:44 +0000 |
commit | e4b2624f46c4aa7d0408e791f9adb9aea448e35e (patch) | |
tree | 2c879ee95a99855d14ff66b20eb77000cd8809f3 | |
parent | b1d4eb6678b099db769996fcf3618c7127ca43aa (diff) |
Notes
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 0cb14734cffd..b29509d28a9e 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -146,7 +146,7 @@ allocation. .Fn malloc_usable_size is not a mechanism for in-place .Fn realloc ; -rather it is provided soley as a tool for introspection purposes. +rather it is provided solely as a tool for introspection purposes. Any discrepancy between the requested allocation size and the size reported by .Fn malloc_usable_size should not be depended on, since such behavior is entirely |