PATCH: trivial doc fix (committed)

Ben Elliston bje@au1.ibm.com
Wed Oct 25 01:35:00 GMT 2006


According to svn annotate, Danny Smith committed this patch:

  http://gcc.gnu.org/ml/gcc-patches/2003-05/msg02515.html

which did not contain the typo my patch fixes.  Not sure how it crept
in, but I've fixed it.  Worth applying to the 4.2 branch?

Ben

2006-10-25  Ben Elliston  <bje@au.ibm.com>

        * doc/extend.texi (Variable Attributes): Typo fix.

Index: doc/extend.texi
===================================================================
--- doc/extend.texi     (revision 118013)
+++ doc/extend.texi     (working copy)
@@ -3234,7 +3234,7 @@ The @code{weak} attribute is described i
 @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



More information about the Gcc-patches mailing list