summaryrefslogtreecommitdiff
path: root/gcc/config/m32r/m32r.md
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 19:03:12 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-06-17 19:03:12 +0000
commit9b1cd64ed71362dc0e8d0b20782cff407ec012a6 (patch)
tree5bd476260d08ca0498e8f54c872e5c713ceed268 /gcc/config/m32r/m32r.md
parent871976dff37802bdfacf6fce6d271abb7a1cd48b (diff)
downloadgcc-9b1cd64ed71362dc0e8d0b20782cff407ec012a6.tar.gz
* ChangeLog.3: Fix comment typos.
* ChangeLog.6: Likewise. * config/d30v/d30v.c: Likewise. * config/h8300/h8300.md: Likewise. * config/m32r/m32r.md: Likewise. * config/mips/mips.c: Likewise. * config/mips/mips.md: Likewise. * config/ns32k/NOTES: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68104 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/m32r/m32r.md')
-rw-r--r--gcc/config/m32r/m32r.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md
index 7dad4e0f8f5..1dff60e5bee 100644
--- a/gcc/config/m32r/m32r.md
+++ b/gcc/config/m32r/m32r.md
@@ -2477,7 +2477,7 @@
if (! zero_and_one (operands [2], operands [3]))
FAIL;
- /* Generate the comparision that will set the carry flag. */
+ /* Generate the comparison that will set the carry flag. */
operands[1] = gen_compare (GET_CODE (operands[1]), m32r_compare_op0,
m32r_compare_op1, TRUE);