diff options
| author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-24 23:20:33 +0000 |
|---|---|---|
| committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-24 23:20:33 +0000 |
| commit | b44d696039b847de2ce78c658643e0680de6a3db (patch) | |
| tree | c6f2013086faf319156cf4f1f4615cbe52bbbe68 | |
| parent | d19187061a88557529a4ce45bc2e470a945280f2 (diff) | |
| download | ppe42-gcc-b44d696039b847de2ce78c658643e0680de6a3db.tar.gz ppe42-gcc-b44d696039b847de2ce78c658643e0680de6a3db.zip | |
* doc/extend.texi (Variable Attributes): Typo fix.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118015 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 65be7f113e8..4edb9060d50 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-25 Ben Elliston <bje@au.ibm.com> + + * doc/extend.texi (Variable Attributes): Typo fix. + 2006-10-24 Uros Bizjak <uros@kss-loka.si> * config/i386/i386.h (FIRST_PSEUDO_REGISTER): Define to 54. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a12879ce5ba..22c717c8ec4 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 |

