diff mbox

Fixed typo in wwwdocs

Message ID 1290537576.32146727@192.168.2.229
State New
Headers show

Commit Message

Nicola Pero Nov. 23, 2010, 6:39 p.m. UTC
Committed as obvious.

Thanks
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.6/changes.html,v
retrieving revision 1.70
diff -u -r1.70 changes.html
--- changes.html        22 Nov 2010 15:26:24 -0000      1.70
+++ changes.html        23 Nov 2010 18:38:32 -0000
@@ -483,7 +483,7 @@ 
     header file automatically selects the new API.  Support for the
     old API is being phased out and upgrading the software to use the
     new API is strongly recommended.  To check for the availability of
-    the new API, the <code>__GNU_LIBOBJC_</code> macro can be used as
+    the new API, the <code>__GNU_LIBOBJC__</code> macro can be used as
     older versions of the GNU Objective-C runtime library, which do
     not support the new API, do not define such a macro.</li>