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 f209a8f..9ba828f 100644 (file)
@@ -1,5 +1,10 @@
 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.
        * config.gcc (mips64*-*-linux* | mipsisa64*-*-linux*,
        mips*-*-linux*, mips-wrs-vxworks): Don't use svr4.h.
index 28c25e1..654c3b0 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,