aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@microunity.com>2000-02-25 18:50:50 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 18:50:50 -0700
commit3924a5783b6d59796b7c2b14c278769f45d04aca (patch)
tree11005f87a8ec6e999261d456fa75310cf899b43a /gcc
parentac52f669c56647369012fc53fc414856db10e6bd (diff)
downloadgcc-3924a5783b6d59796b7c2b14c278769f45d04aca.zip
gcc-3924a5783b6d59796b7c2b14c278769f45d04aca.tar.gz
gcc-3924a5783b6d59796b7c2b14c278769f45d04aca.tar.bz2
* rtl.texi: Fix typo.
From-SVN: r32157
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/rtl.texi2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5c19618..ccf189e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/rtl.texi b/gcc/rtl.texi
index 0901aa7..06fe383 100644
--- a/gcc/rtl.texi
+++ b/gcc/rtl.texi
@@ -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.