public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Fix overeager s/int/size_t/ in memory.texi
@ 2024-11-13 14:45 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2024-11-13 14:45 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8d3fb43797389d780b19d27b9764beda60eaddbf

commit 8d3fb43797389d780b19d27b9764beda60eaddbf
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Nov 13 14:43:58 2024 +0000

    manual: Fix overeager s/int/size_t/ in memory.texi
    
    The change in e3960d1c57e57f33e0e846d615788f4ede73b945 should only have
    affected 'int' not 'internally'.
    
    Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

Diff:
---
 manual/memory.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-11-13 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-13 14:45 [glibc] manual: Fix overeager s/int/size_t/ in memory.texi Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).