aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-10-24 23:20:33 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-10-25 09:20:33 +1000
commit9baf8aea954bcfc69d1d6187a7488f983a694d30 (patch)
treec6f2013086faf319156cf4f1f4615cbe52bbbe68 /gcc/doc/extend.texi
parent03c259ad42466912d13fef9a33e841e434233435 (diff)
downloadgcc-9baf8aea954bcfc69d1d6187a7488f983a694d30.zip
gcc-9baf8aea954bcfc69d1d6187a7488f983a694d30.tar.gz
gcc-9baf8aea954bcfc69d1d6187a7488f983a694d30.tar.bz2
* doc/extend.texi (Variable Attributes): Typo fix.
From-SVN: r118015
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 a12879c..22c717c 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -3234,7 +3234,7 @@ The @code{weak} attribute is described in @xref{Function Attributes}.
@item dllimport
The @code{dllimport} attribute is described in @xref{Function Attributes}.
-@item dlexport
+@item dllexport
The @code{dllexport} attribute is described in @xref{Function Attributes}.
@end table