diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-04 01:17:51 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-04 01:17:51 +0000 |
commit | e487406e26490fc69345c49c46e7bec08c9a2ff6 (patch) | |
tree | 2f263d91f25f914e7d2ffb6f0804704bba77df44 /gcc/rtl.c | |
parent | a2c0fea6be76386d1d7a6f63b67e09bbb8f2c7f2 (diff) | |
download | gcc-e487406e26490fc69345c49c46e7bec08c9a2ff6.tar.gz |
2003-12-03 Eric Christopher <echristo@redhat.com>
* rtl.c: Fix typo.
* config/mips/mips.h: Ditto. Fix formatting.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74261 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/rtl.c')
-rw-r--r-- | gcc/rtl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/rtl.c b/gcc/rtl.c index 72ff89f6ace..26891c30d7a 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--) |