aboutsummaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
diff options
context:
space:
mode:
authorMike Stump <mrs@wrs.com>1998-12-07 22:18:00 +0000
committerJeff Law <law@gcc.gnu.org>1998-12-07 15:18:00 -0700
commitfe77a034435df38be9d4ffe8a9bc8b78685023e6 (patch)
tree789755ae165f3c3d021fbda672ca6c3707f9072f /gcc/emit-rtl.c
parentd6633f01f454cabe70279f4a820cd99eea01eb38 (diff)
downloadgcc-fe77a034435df38be9d4ffe8a9bc8b78685023e6.zip
gcc-fe77a034435df38be9d4ffe8a9bc8b78685023e6.tar.gz
gcc-fe77a034435df38be9d4ffe8a9bc8b78685023e6.tar.bz2
* emit-rtl.c: Fix typo.
From-SVN: r24169
Diffstat (limited to 'gcc/emit-rtl.c')
-rw-r--r--gcc/emit-rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 037269a..c5d5060 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -3042,7 +3042,7 @@ emit_note (file, line)
return note;
}
-/* Emit a NOTE, and don't omit it even if LINE it the previous note. */
+/* Emit a NOTE, and don't omit it even if LINE is the previous note. */
rtx
emit_line_note_force (file, line)