X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fintprops.texi;h=8780886beed3e001eb612cf77fd3005c5b0e0680;hb=a425462f784164b73297d8992075fd9aebd65a94;hp=6419201798d038a562f6540d5a487915b031e6e8;hpb=48cc7484c740d7f0e84fccd1fde11059986e3b94;p=gnulib.git diff --git a/doc/intprops.texi b/doc/intprops.texi index 641920179..8780886be 100644 --- a/doc/intprops.texi +++ b/doc/intprops.texi @@ -1,7 +1,7 @@ @node Integer Properties @section Integer Properties -@c Copyright (C) 011 Free Software Foundation, Inc. +@c Copyright (C) 2011-2012 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 or @@ -58,7 +58,7 @@ while the second, for integer types, is easier to use. @findex TYPE_IS_INTEGER @code{TYPE_IS_INTEGER (@var{t})} expands to a constant -expression that is 1 if the arithmetic type @var{t} is a integer type. +expression that is 1 if the arithmetic type @var{t} is an integer type. @code{_Bool} counts as an integer type. @findex TYPE_SIGNED @@ -143,7 +143,7 @@ in_off_t_range (intmax_t a) These macros yield 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow. They do not rely on undefined or implementation-defined behavior. They expand to -integer constant expresssions if their arguments are. Their +integer constant expressions if their arguments are. Their implementations are simple and straightforward, but they are typically harder to use than the integer type overflow macros. @xref{Integer Type Overflow}. @@ -257,7 +257,7 @@ These macros yield 1 if the corresponding C operators might not yield numerically correct answers due to arithmetic overflow of an integer type. They work correctly on all known practical hosts, and do not rely on undefined behavior due to signed arithmetic overflow. They -expand to integer constant expresssions if their arguments are. They +expand to integer constant expressions if their arguments are. They are easier to use than the integer range overflow macros (@pxref{Integer Range Overflow}).