From: Paul Eggert Date: Thu, 15 Jun 2023 19:22:33 +0000 (-0700) Subject: * lib/limits.in.h: Fix comment typo. X-Git-Tag: v1.0~1212 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=6032b8a7017a04d49f92931b9f11e9b7a57bb302;p=gnulib.git * lib/limits.in.h: Fix comment typo. --- diff --git a/lib/limits.in.h b/lib/limits.in.h index 1d479c3d19..e2e173eb2d 100644 --- a/lib/limits.in.h +++ b/lib/limits.in.h @@ -136,7 +136,7 @@ /* Macro specified by POSIX. */ -/* The maximal size_t value. Although it might not be of ssize_t type +/* The maximum ssize_t value. Although it might not be of ssize_t type as it should be, it's too much trouble to fix this minor detail. */ #ifndef SSIZE_MAX # ifdef _WIN64