* rtl.texi: Fix typo.
authorK. Richard Pixley <rich@microunity.com>
Sat, 26 Feb 2000 01:50:50 +0000 (18:50 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 26 Feb 2000 01:50:50 +0000 (18:50 -0700)
From-SVN: r32157

gcc/ChangeLog
gcc/rtl.texi

index 5c19618f3a9b2c84d7feadd3fe88db29be6d7315..ccf189e35ba49de2638c1d622203defd9f49a7f9 100644 (file)
@@ -1,3 +1,7 @@
+Fri Feb 25 18:49:39 2000  "K. Richard Pixley" <rich@microunity.com>
+
+       * rtl.texi: Fix typo.
+
 Fri Feb 25 20:02:35 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
 
        * sh.c (calc_live_regs): Multiply value assigned to *COUNT_PTR by
index 0901aa75bf491dfd421a7e875e8a2e8884515b26..06fe3836e6b57a8a3cbd73964ffc661ae6c594bb 100644 (file)
@@ -1558,7 +1558,7 @@ There are two ways that comparison operations may be used.  The
 comparison operators may be used to compare the condition codes
 @code{(cc0)} against zero, as in @code{(eq (cc0) (const_int 0))}.  Such
 a construct actually refers to the result of the preceding instruction
-in which the condition codes were set.  The instructing setting the
+in which the condition codes were set.  The instruction setting the
 condition code must be adjacent to the instruction using the condition
 code; only @code{note} insns may separate them.