* emit-rtl.c: Fix typo.
authorMike Stump <mrs@wrs.com>
Mon, 7 Dec 1998 22:18:00 +0000 (22:18 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 7 Dec 1998 22:18:00 +0000 (15:18 -0700)
From-SVN: r24169

gcc/ChangeLog
gcc/emit-rtl.c

index 0e9c7070e227d82dcd6524add0d0e75b97bde713..0ba5ad2bc1d463cb17fca6cdc0fd3e35144578c0 100644 (file)
@@ -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
index 037269a61a5199c6d1ef83d12364d3d5b51f420b..c5d5060680e9171f70039632e86f91a253d2ea04 100644 (file)
@@ -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)