diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 16:41:44 +0000 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2023-05-27 16:41:44 +0000 |
commit | 64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8 (patch) | |
tree | 7614449f4358b7412e1df8551b289850ffe40f90 /manual/arith.texi | |
parent | f58a8c1c15d8b5d8a08e8553f82867202b88a5cc (diff) | |
download | glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.gz glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.tar.bz2 glibc-64d9ebae87731f1604a41e9df9bbe3c80c6cb5b8.zip |
Fix misspellings in manual/ -- BZ 25337
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 002621f11e..fa7110e992 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -111,7 +111,7 @@ minimum possible values for each integer data type. The macro names follow these examples: @code{INT32_MAX}, @code{UINT8_MAX}, @code{INT_FAST32_MIN}, @code{INT_LEAST64_MIN}, @code{UINTMAX_MAX}, @code{INTMAX_MAX}, @code{INTMAX_MIN}. Note that there are no macros for -unsigned integer minima. These are always zero. Similiarly, there +unsigned integer minima. These are always zero. Similarly, there are macros such as @code{INTMAX_WIDTH} for the width of these types. Those macros for integer type widths come from TS 18661-1:2014. @cindex maximum possible integer |