This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Trivial doc patch
- From: Ian Lance Taylor <ian at airs dot com>
- To: gcc-patches at gcc dot gnu dot org
- Date: 16 Aug 2005 15:29:15 -0700
- Subject: Trivial doc patch
I noticed that there was a case error in one reference to
ASM_OUTPUT_LABEL. Patch tested with make dvi html info. Committed as
obvious.
Ian
2005-08-16 Ian Lance Taylor <ian@airs.com>
* doc/tm.texi (Label Output): Correct typo.
Index: tm.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/tm.texi,v
retrieving revision 1.444
diff -u -r1.444 tm.texi
--- tm.texi 6 Aug 2005 13:26:35 -0000 1.444
+++ tm.texi 16 Aug 2005 22:26:55 -0000
@@ -6576,7 +6576,7 @@
@findex assemble_name_raw
@defmac ASM_OUTPUT_INTERNAL_LABEL (@var{stream}, @var{name})
-Identical to @code{ASM_OUTPUT_lABEL}, except that @var{name} is known
+Identical to @code{ASM_OUTPUT_LABEL}, except that @var{name} is known
to refer to a compiler-generated label. The default definition uses
@code{assemble_name_raw}, which is like @code{assemble_name} except
that it is more efficient.