From: redi Date: Fri, 15 Jan 2016 13:13:17 +0000 (+0000) Subject: * doc/extend.texi (Type Traits): Fix grammar. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b59d1bf9530f5c9571e17ae1749d33b9014c861;p=thirdparty%2Fgcc.git * doc/extend.texi (Type Traits): Fix grammar. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232423 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fcb6dcdcbbef..50d569dc14db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-01-15 Jonathan Wakely + + * doc/extend.texi (Type Traits): Fix grammar. + 2016-01-15 Martin Jambor * tree-inline.c (remap_decl): Use existing dclarations if diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index b85c34cf9a9c..a78282211dde 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