From af51624fd0a3461584d40565a5acabce7a9179d0 Mon Sep 17 00:00:00 2001 From: Ineiev Date: Mon, 28 Apr 2025 12:49:44 +0000 Subject: [PATCH] * c.texi (Integer Representations): s/limits/limit/ in 'sizes ... necessarily limits.' --- c.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c.texi b/c.texi index af6b678..383d7cf 100644 --- a/c.texi +++ b/c.texi @@ -12354,7 +12354,7 @@ The macro @code{CHAR_BIT}, defined in @file{limits.h}, gives the number of bits in type @code{char}. On any real operating system, the value is 8. -The fixed sizes of numeric types necessarily limits their @dfn{range +The fixed sizes of numeric types necessarily limit their @dfn{range of values}, and the particular encoding of integers decides what that range is.