* c.texi (Integer Representations): s/limits/limit/ in 'sizes ... necessarily limits.'

This commit is contained in:
Ineiev 2025-04-28 12:49:44 +00:00
parent 50485b9b16
commit af51624fd0
1 changed files with 1 additions and 1 deletions

2
c.texi
View File

@ -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 of bits in type @code{char}. On any real operating system, the value
is 8. 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 of values}, and the particular encoding of integers decides what that
range is. range is.