---
 ChangeLog          | 6 +++---
 lib/stdckdint.in.h | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 07ca1f3873..ed9910ce53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25703,7 +25703,7 @@
        2017-10-29  Bruno Haible  <[email protected]>
        gnulib-tool: Avoid unnecessary config.h.in remaking in testdirs.
        * pygnulib/GLTestDir.py (GLTestDir.execute): Touch the 'config.h.in'
-       file after executing 'autoheader' to update it's timestamps.
+       file after executing 'autoheader' to update its timestamps.
 
 2024-03-16  Collin Funk  <[email protected]>
 
@@ -72259,8 +72259,8 @@
 
        pthread_sigmask: Avoid compilation error on mingw.
        Reported by Tim Rühsen <[email protected]>.
-       * lib/signal.in.h (pthread_sigmask): Don't declare it it's defined as a
-       macro.
+       * lib/signal.in.h (pthread_sigmask): Don't declare it if it's
+       defined as a macro.
 
 2018-01-03  Paul Eggert  <[email protected]>
 
diff --git a/lib/stdckdint.in.h b/lib/stdckdint.in.h
index ac12fd6c7f..1989f7b831 100644
--- a/lib/stdckdint.in.h
+++ b/lib/stdckdint.in.h
@@ -47,7 +47,7 @@
 
    These are like the standard macros introduced in C23, except that
    arguments should not have side effects.  The C++26 standard is
-   expected to add this header and it's macros.  */
+   expected to add this header and its macros.  */
 
 #  define ckd_add(r, a, b) ((bool) _GL_INT_ADD_WRAPV (a, b, r))
 #  define ckd_sub(r, a, b) ((bool) _GL_INT_SUBTRACT_WRAPV (a, b, r))
-- 
2.51.0


Reply via email to