strerror_r: fix Solaris test failures
[pspp] / doc / intprops.texi
index 6419201798d038a562f6540d5a487915b031e6e8..69426639300a483d71cc5cc00c398c5e284c2e2d 100644 (file)
@@ -1,7 +1,7 @@
 @node Integer Properties
 @section Integer Properties
 
-@c Copyright (C) 011 Free Software Foundation, Inc.
+@c Copyright (C) 2011 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