aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2010-12-09 21:22:09 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2010-12-09 21:22:09 +0000
commit197ef306047f8d5c3cb25540f4207a13bc559e28 (patch)
tree3a0823573fdd9ce3392b506f71f710018d779135 /gcc/doc/extend.texi
parent7e82085a8af4fda56df5b231800e0f0575fc965c (diff)
downloadgcc-197ef306047f8d5c3cb25540f4207a13bc559e28.zip
gcc-197ef306047f8d5c3cb25540f4207a13bc559e28.tar.gz
gcc-197ef306047f8d5c3cb25540f4207a13bc559e28.tar.bz2
extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.
* doc/extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators. From-SVN: r167664
Diffstat (limited to 'gcc/doc/extend.texi')
-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 28c25e1..654c3b0 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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,