aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@gcc.gnu.org>2003-06-17 19:03:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-17 19:03:12 +0000
commit67f63f32d59b22241faa6f3390757ce9535f8898 (patch)
tree5bd476260d08ca0498e8f54c872e5c713ceed268
parent0d5c606b64f7ff6e7f1cd44fd4b11b24fca72ae1 (diff)
downloadgcc-67f63f32d59b22241faa6f3390757ce9535f8898.zip
gcc-67f63f32d59b22241faa6f3390757ce9535f8898.tar.gz
gcc-67f63f32d59b22241faa6f3390757ce9535f8898.tar.bz2
ChangeLog.3: Fix comment typos.
* 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. From-SVN: r68104
-rw-r--r--gcc/ChangeLog11
-rw-r--r--gcc/ChangeLog.34
-rw-r--r--gcc/ChangeLog.62
-rw-r--r--gcc/config/d30v/d30v.c4
-rw-r--r--gcc/config/h8300/h8300.md2
-rw-r--r--gcc/config/m32r/m32r.md2
-rw-r--r--gcc/config/mips/mips.c4
-rw-r--r--gcc/config/mips/mips.md2
-rw-r--r--gcc/config/ns32k/NOTES4
9 files changed, 23 insertions, 12 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3202bf8..8c9e0b9 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,14 @@
+2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
+
+ * 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.
+
2003-06-17 Ranjit Mathew <rmathew@hotmail.com>
Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
diff --git a/gcc/ChangeLog.3 b/gcc/ChangeLog.3
index 2d1fb5f..52df960 100644
--- a/gcc/ChangeLog.3
+++ b/gcc/ChangeLog.3
@@ -14863,9 +14863,9 @@ Mon Jan 24 16:56:10 2000 Jim Wilson <wilson@cygnus.com>
2000-01-24 Richard Henderson <rth@cygnus.com>
- * rtl.def: Add unordered fp comparisions.
+ * rtl.def: Add unordered fp comparisons.
* tree.def: Likewise.
- * tree.h: Add ISO C 9x unordered fp comparision builtins.
+ * tree.h: Add ISO C 9x unordered fp comparison builtins.
* builtins.c (expand_tree_builtin): New function.
* c-typeck.c (build_function_call): Use it.
diff --git a/gcc/ChangeLog.6 b/gcc/ChangeLog.6
index 5618eaa..a6f412a 100644
--- a/gcc/ChangeLog.6
+++ b/gcc/ChangeLog.6
@@ -10043,7 +10043,7 @@ Tue Sep 25 17:13:56 CEST 2001 Jan Hubicka <jh@suse.cz>
* config/i386/i386.c (ix86_init_builtins): Correct return type
building v4hi_ftype_v4hi_int_int tree node.
(ix86_expand_sse_comi): Fix typo swapping operands.
- Don't swap comparision condition, it is already swapped.
+ Don't swap comparison condition, it is already swapped.
(ix86_expand_sse_compare): Before swapping operands
move operand 1 into new rtx and not the target rtx.
Don't swap comparison condition, it is already swapped.
diff --git a/gcc/config/d30v/d30v.c b/gcc/config/d30v/d30v.c
index 793e621..4093ab2 100644
--- a/gcc/config/d30v/d30v.c
+++ b/gcc/config/d30v/d30v.c
@@ -2891,8 +2891,8 @@ d30v_print_operand (stream, x, letter)
letter = 'T';
/* FALLTHRU */
- case 'F': /* Print an appropriate suffix for a false comparision. */
- case 'T': /* Print an appropriate suffix for a true comparision. */
+ case 'F': /* Print an appropriate suffix for a false comparison. */
+ case 'T': /* Print an appropriate suffix for a true comparison. */
/* Note that the sense of appropriate suffix is for conditional execution
and opposite of what branches want. Branches just use the inverse
operation. */
diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md
index 28573d0..6897668 100644
--- a/gcc/config/h8300/h8300.md
+++ b/gcc/config/h8300/h8300.md
@@ -4180,7 +4180,7 @@
(pc)))]
"operands[4] = GEN_INT (- INTVAL (operands[1]));")
-;; For certain (in)equaltity comparisions against a constant, we can
+;; For certain (in)equaltity comparisons against a constant, we can
;; XOR the register with the constant, and test the register against
;; 0.
diff --git a/gcc/config/m32r/m32r.md b/gcc/config/m32r/m32r.md
index 7dad4e0..1dff60e 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);
diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c
index 78e2eee..714f637 100644
--- a/gcc/config/mips/mips.c
+++ b/gcc/config/mips/mips.c
@@ -9622,7 +9622,7 @@ mips_output_conditional_branch (insn,
/* 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. */
@@ -9860,7 +9860,7 @@ mips_output_conditional_branch (insn,
strcpy (buffer, "%(%<%[");
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/mips/mips.md b/gcc/config/mips/mips.md
index cbcd2f5..b26960a 100644
--- a/gcc/config/mips/mips.md
+++ b/gcc/config/mips/mips.md
@@ -6886,7 +6886,7 @@ move\\t%0,%z4\\n\\
[(set_attr "type" "branch")
(set_attr "mode" "none")])
-;; Conditional branch on equality comparision.
+;; Conditional branch on equality comparison.
(define_insn "branch_equality"
[(set (pc)
diff --git a/gcc/config/ns32k/NOTES b/gcc/config/ns32k/NOTES
index 824c80c..6c5ff9b 100644
--- a/gcc/config/ns32k/NOTES
+++ b/gcc/config/ns32k/NOTES
@@ -12,7 +12,7 @@ Ian Dall <ian@beware.dropbear.id.au>
The ns32x81 fpu handles most operands in hardware, but traps on NaN,
Inf and Denormalized numbers. The correct behavior can be handled by
the trap handler. This is mostly transparent to the compiler, but in
-the case of floating point comparisions, the trap handler and the
+the case of floating point comparisons, the trap handler and the
compiler must co-operate.
Comparing a Nan with anything (including another Nan) is an unordered
@@ -90,7 +90,7 @@ For example the emitted code for the case of RLT is
which is, in effect "branch if not less than and not unordered."
-These extra comparisions are safe if the trap handler doesn't set the
+These extra comparisons are safe if the trap handler doesn't set the
L flag, since in that case the additional "bhi" instructions are never
taken. Also, these extra branch instructions are controlled by the
"-mieee-compare" option.