From: Paul Eggert Date: Sat, 17 Jan 2026 17:51:25 +0000 (-0800) Subject: Fix some "it's"s in commentary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=197f0cfac70691672203b795d2b3f95f09a14c68;p=thirdparty%2Fgnulib.git Fix some "it's"s in commentary --- diff --git a/ChangeLog b/ChangeLog index 07ca1f3873..ed9910ce53 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25703,7 +25703,7 @@ 2017-10-29 Bruno Haible 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 @@ -72259,8 +72259,8 @@ pthread_sigmask: Avoid compilation error on mingw. Reported by Tim Rühsen . - * 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 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))