From: Paul Eggert Date: Sun, 6 Aug 2023 19:43:05 +0000 (-0700) Subject: readutmp: fix comment bug ID X-Git-Tag: v1.0~957 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=dcf286c586069684fe4d5bb2bd770394cd7cdad6;p=gnulib.git readutmp: fix comment bug ID * lib/readutmp.c: Fix comment (thanks to Bruno Haible). --- diff --git a/lib/readutmp.c b/lib/readutmp.c index b8eba076fa..4e1d7ec26b 100644 --- a/lib/readutmp.c +++ b/lib/readutmp.c @@ -47,7 +47,7 @@ # pragma GCC diagnostic ignored "-Wsizeof-pointer-memaccess" #endif -/* Work around . */ +/* Work around . */ #if 11 <= __GNUC__ # pragma GCC diagnostic ignored "-Wstringop-overread" #endif