diff options
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index c0f8fe3901..d5339141c9 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -112,7 +112,7 @@ follow these examples: @code{INT32_MAX}, @code{UINT8_MAX}, @code{INTMAX_MAX}, @code{INTMAX_MIN}. Note that there are no macros for unsigned integer minima. These are always zero. @cindex maximum possible integer -@cindex mininum possible integer +@cindex minimum possible integer There are similar macros for use with C's built in integer types which should come with your C compiler. These are described in @ref{Data Type |