aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-01-15 13:13:17 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2016-01-15 13:13:17 +0000
commit21cdb254eb2d3d5a2a7ccfbe4608b27eec05a6fd (patch)
tree36fe7d576fb49aa0037051f7c609bf714b985b21 /gcc/doc
parent5a500ecf54e8f3c6a63a2db53c2be65381250ae1 (diff)
downloadgcc-21cdb254eb2d3d5a2a7ccfbe4608b27eec05a6fd.zip
gcc-21cdb254eb2d3d5a2a7ccfbe4608b27eec05a6fd.tar.gz
gcc-21cdb254eb2d3d5a2a7ccfbe4608b27eec05a6fd.tar.bz2
* doc/extend.texi (Type Traits): Fix grammar.
From-SVN: r232423
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index b85c34c..a782822 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -20332,7 +20332,7 @@ class type is considered is own base. Requires: if @code{__is_class
(base_type)} and @code{__is_class (derived_type)} are true and
@code{base_type} and @code{derived_type} are not the same type
(disregarding cv-qualifiers), @code{derived_type} shall be a complete
-type. Diagnostic is produced if this requirement is not met.
+type. A diagnostic is produced if this requirement is not met.
@item __is_class (type)
If @code{type} is a cv class type, and not a union type