aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/s390
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-07-03 16:25:52 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-07-03 16:25:52 +0000
commitfae778eb67bb0f679f8dd35b8d1dd27ab453b1ef (patch)
treeec6ec5b6ee5c814bd6171ec74e71729c95d16c07 /gcc/config/s390
parent8db1028ebab32f0d725be8dc886a6aa335d81575 (diff)
downloadgcc-fae778eb67bb0f679f8dd35b8d1dd27ab453b1ef.zip
gcc-fae778eb67bb0f679f8dd35b8d1dd27ab453b1ef.tar.gz
gcc-fae778eb67bb0f679f8dd35b8d1dd27ab453b1ef.tar.bz2
2064.md: Fix comment typos.
* config/s390/2064.md: Fix comment typos. * config/s390/2084.md: Likewise. * config/s390/s390.c: Likewise. * config/s390/s390.md: Likewise. * config/sh/sh.c: Likewise. * config/sh/sh.h: Likewise. * config/sh/sh.md: Likewise. * config/sparc/sparc.c: Likewise. * config/sparc/sparc.h: Likewise. * config/sparc/sparc.md: Likewise. * config/stormy16/stormy16.c: Likewise. * config/stormy16/stormy16.h: Likewise. * config/stormy16/stormy-abi: Fix a typo. From-SVN: r68887
Diffstat (limited to 'gcc/config/s390')
-rw-r--r--gcc/config/s390/2064.md4
-rw-r--r--gcc/config/s390/2084.md4
-rw-r--r--gcc/config/s390/s390.c4
-rw-r--r--gcc/config/s390/s390.md4
4 files changed, 8 insertions, 8 deletions
diff --git a/gcc/config/s390/2064.md b/gcc/config/s390/2064.md
index c348bc5..dc83cb6 100644
--- a/gcc/config/s390/2064.md
+++ b/gcc/config/s390/2064.md
@@ -98,11 +98,11 @@
;;
;; s390_agen_dep_p returns 1, if a register is set in the
-;; first insn and used in the dependend insn to form a address.
+;; first insn and used in the dependent insn to form a address.
;;
;;
-;; If a intruction uses a register to address memory, it needs
+;; If an instruction uses a register to address memory, it needs
;; to be set 5 cycles in advance.
;;
diff --git a/gcc/config/s390/2084.md b/gcc/config/s390/2084.md
index e8d7761..f14bd21 100644
--- a/gcc/config/s390/2084.md
+++ b/gcc/config/s390/2084.md
@@ -209,11 +209,11 @@
;;
;; s390_agen_dep_p returns 1, if a register is set in the
-;; first insn and used in the dependend insn to form a address.
+;; first insn and used in the dependent insn to form a address.
;;
;;
-;; If a intruction uses a register to address memory, it needs
+;; If an instruction uses a register to address memory, it needs
;; to be set 5 cycles in advance.
;;
diff --git a/gcc/config/s390/s390.c b/gcc/config/s390/s390.c
index f748374..4e771be 100644
--- a/gcc/config/s390/s390.c
+++ b/gcc/config/s390/s390.c
@@ -896,7 +896,7 @@ s390_split_ok_p (dst, src, mode, first_subword)
if (FP_REG_P (src) || FP_REG_P (dst))
return false;
- /* We don't need to split if operands are directly accessable. */
+ /* We don't need to split if operands are directly accessible. */
if (s_operand (src, mode) || s_operand (dst, mode))
return false;
@@ -5645,7 +5645,7 @@ s390_emit_prologue ()
insn = emit_insn (gen_move_insn (temp_reg, stack_pointer_rtx));
}
- /* Substract frame size from stack pointer. */
+ /* Subtract frame size from stack pointer. */
if (DISP_IN_RANGE (INTVAL (frame_off)))
{
diff --git a/gcc/config/s390/s390.md b/gcc/config/s390/s390.md
index c24dab1..bd7b832 100644
--- a/gcc/config/s390/s390.md
+++ b/gcc/config/s390/s390.md
@@ -3002,9 +3002,9 @@
;;
-;; ARITHMETRIC OPERATIONS
+;; ARITHMETIC OPERATIONS
;;
-; arithmetric operations set the ConditionCode,
+; arithmetic operations set the ConditionCode,
; because of unpredictable Bits in Register for Halfword and Byte
; the ConditionCode can be set wrong in operations for Halfword and Byte