From dcf286c586069684fe4d5bb2bd770394cd7cdad6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Aug 2023 12:43:05 -0700 Subject: [PATCH] readutmp: fix comment bug ID * lib/readutmp.c: Fix comment (thanks to Bruno Haible). --- lib/readutmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2