aboutsummaryrefslogtreecommitdiff
path: root/gcc
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
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')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/emit-rtl.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0e9c707..0ba5ad2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Mon Dec 7 23:14:51 1998 Mike Stump <mrs@wrs.com>
+
+ * emit-rtl.c: Fix typo.
+
Mon Dec 7 23:07:38 1998 Nathan Sidwell <nathan@acm.org>
* reload1.c (eliminate_regs): Don't do anything, if we're not
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)