* doc/extend.texi (Variable Attributes): Typo fix.
authorBen Elliston <bje@au.ibm.com>
Tue, 24 Oct 2006 23:20:33 +0000 (23:20 +0000)
committerBen Elliston <bje@gcc.gnu.org>
Tue, 24 Oct 2006 23:20:33 +0000 (09:20 +1000)
From-SVN: r118015

gcc/ChangeLog
gcc/doc/extend.texi

index 65be7f113e88ed00b1fdb28f2bfd73b2a88e31ff..4edb9060d501235cac130daac15e9cc7d2ae65fe 100644 (file)
@@ -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.
index a12879ce5bafb8ab081e3a4789e568d7dd53acdc..22c717c8ec457310afbfff3ff9278bf70aeb89b7 100644 (file)
@@ -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