diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-10-25 23:09:19 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-10-26 09:09:19 +1000 |
commit | 6bb5fae5bbf5e06163d6c608d0fe9d4d803415d9 (patch) | |
tree | 754ba0d6cfbc295ad69884810dcd7d39519d2439 | |
parent | 0b876d3e2dd780a3af568a41a7cbdac2c136acbf (diff) | |
download | gcc-6bb5fae5bbf5e06163d6c608d0fe9d4d803415d9.tar.gz |
* doc/extend.texi (Variable Attributes): Typo fix.
From-SVN: r118049
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
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 |