manual: Fix overeager s/int/size_t/ in memory.texi

The change in e3960d1c57 should only have
affected 'int' not 'internally'.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>
This commit is contained in:
Jonathan Wakely 2024-11-13 14:43:58 +00:00
parent b919fe1f6d
commit 8d3fb43797

View 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}.)