OSDN Git Service

* doc/tm.texi (Label Output): Correct typo.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Aug 2005 22:29:09 +0000 (22:29 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 16 Aug 2005 22:29:09 +0000 (22:29 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103182 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/tm.texi

index 54cea24..7dcf8c3 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-16  Ian Lance Taylor  <ian@airs.com>
+
+       * doc/tm.texi (Label Output): Correct typo.
+
 2005-08-16  Steven Bosscher  <stevenb@suse.de>
 
        PR target/23376
index 4f4be23..164bae1 100644 (file)
@@ -6576,7 +6576,7 @@ definition of this macro is provided which is correct for most systems.
 
 @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.