From 6032b8a7017a04d49f92931b9f11e9b7a57bb302 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 15 Jun 2023 12:22:33 -0700 Subject: [PATCH] * lib/limits.in.h: Fix comment typo. --- lib/limits.in.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5