]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typos in ChangeLog and getpagesize.texi
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Jun 2024 03:59:43 +0000 (20:59 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 15 Jun 2024 04:01:45 +0000 (21:01 -0700)
ChangeLog
doc/glibc-functions/getpagesize.texi

index c07a4b757afd7585cb1be536c2970e2f76706d31..3f5d7454fbca68e875e57d2c85168bf3b26630a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -58,7 +58,7 @@
        xsize: port to SIZE_MAX <= INT_MAX
        * lib/xsize.h (xsum): Port to oddball platforms where SIZE_MAX <=
        INT_MAX.  Although no such platform is a current Gnulib porting
-       problems, it’s easy enough to port to them.
+       target, it’s easy enough to port to them.
 
        ssfmalloc-tests: simplify by using sysconf
        * tests/test-ssfmalloc.c (getpagesize) [__hpux]: Remove decl.
index 77df489bcef09e6a678ba99e35aa4ae9cd9a424d..3c60942742633b3c817dedc5ebb359a877667b12 100644 (file)
@@ -42,7 +42,7 @@ Although portable programs are supposed to use @code{sysconf (_SC_PAGESIZE)}
 instead, in practice @code{getpagesize} can be a little faster.
 
 @item
-On typical platforms this function's API limits page sizes to at most 1 GiB@,
+On typical platforms this function's API limits page sizes to at most 1 GiB,
 even though @code{sysconf (_SC_PAGESIZE)} does not have this limitation.
 However, this has not been a practical problem yet,
 and so many programs use @code{getpagesize} that it's unlikely that