aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 02:59:37 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2003-08-23 02:59:37 +0000
commit5b2a6a3875a155f53eec2265be5928ae2c63aff0 (patch)
treea8418f09ffbb1c83d26d161d4e96a885cbffc2d6 /gcc/config
parentfa483857b4db5b2370c7fb73f578cc2a790f6e6d (diff)
* config/iq2000/iq2000.c: Fix comment typos.
* config/iq2000/iq2000.md: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70727 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/iq2000/iq2000.c4
-rw-r--r--gcc/config/iq2000/iq2000.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/iq2000/iq2000.c b/gcc/config/iq2000/iq2000.c
index e54f495f335..f9a62d28189 100644
--- a/gcc/config/iq2000/iq2000.c
+++ b/gcc/config/iq2000/iq2000.c
@@ -2697,7 +2697,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
/* The kind of comparison we are doing. */
enum rtx_code code = GET_CODE (operands[0]);
/* Nonzero if the opcode for the comparison needs a `z' indicating
- that it is a comparision against zero. */
+ that it is a comparison against zero. */
int need_z_p;
/* A string to use in the assembly output to represent the first
operand. */
@@ -2813,7 +2813,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
char *c;
c = strchr (buffer, '\0');
- /* Generate the reversed comparision. This takes four
+ /* Generate the reversed comparison. This takes four
bytes. */
if (float_p)
sprintf (c, "b%s\t%%Z2%s",
diff --git a/gcc/config/iq2000/iq2000.md b/gcc/config/iq2000/iq2000.md
index 4f6b23b328e..e00794402f2 100644
--- a/gcc/config/iq2000/iq2000.md
+++ b/gcc/config/iq2000/iq2000.md
@@ -1006,7 +1006,7 @@
;; Different CC modes are used, based on what type of branch is
;; done, so that we can constrain things appropriately. There
;; are assumptions in the rest of GCC that break if we fold the
-;; operands into the branchs for integer operations, and use cc0
+;; operands into the branches for integer operations, and use cc0
;; for floating point, so we use the fp status register instead.
;; If needed, an appropriate temporary is created to hold the
;; of the integer compare.
@@ -1093,7 +1093,7 @@
[(set_attr "type" "branch")
(set_attr "mode" "none")])
-;; Conditional branch on equality comparision.
+;; Conditional branch on equality comparison.
(define_insn "branch_equality"
[(set (pc)