]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Fix some "it's"s in commentary
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Jan 2026 17:51:25 +0000 (09:51 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Jan 2026 17:51:25 +0000 (09:51 -0800)
ChangeLog
lib/stdckdint.in.h

index 07ca1f38735efdf3852c35c05d106a64643764a8..ed9910ce53f4d14b68262123bbb9ad9529cba4b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        2017-10-29  Bruno Haible  <bruno@clisp.org>
        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  <collin.funk1@gmail.com>
 
 
        pthread_sigmask: Avoid compilation error on mingw.
        Reported by Tim Rühsen <tim.ruehsen@gmx.de>.
-       * 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  <eggert@cs.ucla.edu>
 
index ac12fd6c7ffc987c7970b017eb6dd77f373fb27f..1989f7b831917f24ff97f1af2331bcb225501e9a 100644 (file)
@@ -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))