diff --git a/manual/memory.texi b/manual/memory.texi index a39805a8dd..324c1209be 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -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}.)