summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2006-10-25 23:09:19 +0000
committerBen Elliston <bje@gcc.gnu.org>2006-10-26 09:09:19 +1000
commit6bb5fae5bbf5e06163d6c608d0fe9d4d803415d9 (patch)
tree754ba0d6cfbc295ad69884810dcd7d39519d2439
parent0b876d3e2dd780a3af568a41a7cbdac2c136acbf (diff)
downloadgcc-6bb5fae5bbf5e06163d6c608d0fe9d4d803415d9.tar.gz
* doc/extend.texi (Variable Attributes): Typo fix.
From-SVN: r118049
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7c757a02c64..eab110664f9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2006-10-26 Ben Elliston <bje@au.ibm.com>
+
+ * doc/extend.texi (Variable Attributes): Typo fix.
+
2006-10-25 Steve Ellcey <sje@cup.hp.com>
* config/ia64/hpux.h: Define _INCLUDE__STDC_A1_SOURCE in C++.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 5df92a3c08f..4cfe73a3e21 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