extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 9 Dec 2010 21:22:09 +0000 (21:22 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 9 Dec 2010 21:22:09 +0000 (21:22 +0000)
* doc/extend.texi (Attribute Syntax): Correct description of
attributes in pointer declarators.

From-SVN: r167664

gcc/ChangeLog
gcc/doc/extend.texi

index f209a8f4635267e751afa779dd723505f9a7391e..9ba828fd45ece099dd58995b1d1b340647c6e039 100644 (file)
@@ -1,3 +1,8 @@
+2010-12-09  Joseph Myers  <joseph@codesourcery.com>
+
+       * doc/extend.texi (Attribute Syntax): Correct description of
+       attributes in pointer declarators.
+
 2010-12-09  Joseph Myers  <joseph@codesourcery.com>
 
        * config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
index 28c25e16261897341f02e098cd5e7e2b2c6b01a0..654c3b0db001a5eca350dd9d5e73ff774cb0a97a 100644 (file)
@@ -4036,7 +4036,7 @@ If @code{D1} has the form @code{*
 declaration @code{T D} specifies the type
 ``@var{derived-declarator-type-list} @var{Type}'' for @var{ident}, then
 @code{T D1} specifies the type ``@var{derived-declarator-type-list}
-@var{type-qualifier-and-attribute-specifier-list} @var{Type}'' for
+@var{type-qualifier-and-attribute-specifier-list} pointer to @var{Type}'' for
 @var{ident}.
 
 For example,