]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: Fix overeager s/int/size_t/ in memory.texi
authorJonathan Wakely <jwakely@redhat.com>
Wed, 13 Nov 2024 14:43:58 +0000 (14:43 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Wed, 13 Nov 2024 14:43:58 +0000 (14:43 +0000)
The change in e3960d1c57e57f33e0e846d615788f4ede73b945 should only have
affected 'int' not 'internally'.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
manual/memory.texi

index a39805a8ddcabbe846bc8bf099eea8150918baf4..324c1209bea807ba22994f0cb676466cf15d5d34 100644 (file)
@@ -1413,7 +1413,7 @@ This is the total size of memory allocated with @code{sbrk} by
 
 @item size_t ordblks
 This is the number of chunks not in use.  (The memory allocator
-size_ternally gets chunks of memory from the operating system, and then
+internally gets chunks of memory from the operating system, and then
 carves them up to satisfy individual @code{malloc} requests;
 @pxref{The GNU Allocator}.)