summaryrefslogtreecommitdiff
path: root/doc/intprops.texi
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-02-05 13:42:03 -0800
commita4d796fb141dac5d85328872e2fefbd5c44870e1 (patch)
tree3afd9efea5ac2d5fa6d5b9c0e2e45643aea10119 /doc/intprops.texi
parent04b6c2e58486cfb30641633962249753052ba89f (diff)
downloadgnulib-a4d796fb141dac5d85328872e2fefbd5c44870e1.tar.gz
maint: spelling fixes
Diffstat (limited to 'doc/intprops.texi')
-rw-r--r--doc/intprops.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/intprops.texi b/doc/intprops.texi
index 12568d92c5..8780886bee 100644
--- a/doc/intprops.texi
+++ b/doc/intprops.texi
@@ -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}).