]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/extend.texi (Type Traits): Fix grammar.
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2016 13:13:17 +0000 (13:13 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 15 Jan 2016 13:13:17 +0000 (13:13 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232423 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index fcb6dcdcbbef5949b31399a53ed219dbf5f26565..50d569dc14db4601206b1178c5fefcf04ac55d5d 100644 (file)
@@ -1,3 +1,7 @@
+2016-01-15  Jonathan Wakely  <jwakely@redhat.com>
+
+       * doc/extend.texi (Type Traits): Fix grammar.
+
 2016-01-15  Martin Jambor  <mjambor@suse.cz>
 
        * tree-inline.c (remap_decl): Use existing dclarations if
index b85c34cf9a9c9c9ef56c09854f5958452d7ece0c..a78282211ddef9cbe51e5b8c0df546141a02304b 100644 (file)
@@ -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