aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@redhat.com>2003-12-04 01:17:51 +0000
committerEric Christopher <echristo@gcc.gnu.org>2003-12-04 01:17:51 +0000
commitce6e2d9028abad0651b422106ba95e656637f8a9 (patch)
tree2f263d91f25f914e7d2ffb6f0804704bba77df44 /gcc/rtl.c
parent4a423a9fa7e47b3f27070245190bd6b974f8dee0 (diff)
downloadgcc-ce6e2d9028abad0651b422106ba95e656637f8a9.zip
gcc-ce6e2d9028abad0651b422106ba95e656637f8a9.tar.gz
gcc-ce6e2d9028abad0651b422106ba95e656637f8a9.tar.bz2
rtl.c: Fix typo.
2003-12-03 Eric Christopher <echristo@redhat.com> * rtl.c: Fix typo. * config/mips/mips.h: Ditto. Fix formatting. From-SVN: r74261
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r--gcc/rtl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 72ff89f..26891c3 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -357,7 +357,7 @@ rtx_equal_p (rtx x, rtx y)
}
/* Compare the elements. If any pair of corresponding elements
- fail to match, return 0 for the whole things. */
+ fail to match, return 0 for the whole thing. */
fmt = GET_RTX_FORMAT (code);
for (i = GET_RTX_LENGTH (code) - 1; i >= 0; i--)