---
 ChangeLog                            | 2 +-
 doc/glibc-functions/getpagesize.texi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c07a4b757a..3f5d7454fb 100644
--- 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.
diff --git a/doc/glibc-functions/getpagesize.texi 
b/doc/glibc-functions/getpagesize.texi
index 77df489bce..3c60942742 100644
--- a/doc/glibc-functions/getpagesize.texi
+++ b/doc/glibc-functions/getpagesize.texi
@@ -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
-- 
2.43.0


Reply via email to