aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Millan <rmh.gcc@aybabtu.com>2009-12-30 10:53:31 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2009-12-30 10:53:31 +0000
commit8404785839dfe5564634f0218bd78721c84b4b8a (patch)
treef4a8cde4def020c6f13f9049140e74e2ea47f9a3 /gcc
parent0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 (diff)
downloadgcc-8404785839dfe5564634f0218bd78721c84b4b8a.zip
gcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.gz
gcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.bz2
re PR other/42537 ([PATCH] misc spelling fixes)
/gcc 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * errors.c: Fix typo in comment. * graphite-sese-to-poly.c: Likewise. * profile.c (is_inconsistent): Fix typo in string. /libjava 2009-12-30 Robert Millan <rmh.gcc@aybabtu.com> PR other/42537 * classpath/java/rmi/activation/Activatable.java: Fix typos in comment. From-SVN: r155518
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog9
-rw-r--r--gcc/ChangeLog-20024
-rw-r--r--gcc/ChangeLog-20052
-rw-r--r--gcc/ChangeLog-20062
-rw-r--r--gcc/cp/ChangeLog-20042
-rw-r--r--gcc/errors.c2
-rw-r--r--gcc/graphite-sese-to-poly.c2
-rw-r--r--gcc/profile.c2
8 files changed, 16 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6160bfc..8e2ee77 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-30 Robert Millan <rmh.gcc@aybabtu.com>
+
+ PR other/42537
+ * errors.c: Fix typo in comment.
+ * graphite-sese-to-poly.c: Likewise.
+ * profile.c (is_inconsistent): Fix typo in string.
+
2009-12-29 Ian Lance Taylor <iant@google.com>
PR middle-end/42099
@@ -34,7 +41,7 @@
* config/avr/avr-c.c: New File.
(avr_cpu_cpp_builtins) : Add.
* config/avr/t-avr: Add make information for avr-c.
- * config.gcc (avr-*-*): Include avr-c.o as c and cpp object.
+ * config.gcc (avr-*-*): Include avr-c.o as c and cpp object.
2009-12-24 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
diff --git a/gcc/ChangeLog-2002 b/gcc/ChangeLog-2002
index 2e60a7f..d76fba9 100644
--- a/gcc/ChangeLog-2002
+++ b/gcc/ChangeLog-2002
@@ -4241,7 +4241,7 @@ Tue Oct 22 19:07:03 CEST 2002 Jan Hubicka <jh@suse.cz>
* real.c (sticky_rshift_significand): Return inexact, don't
or it in immediately.
- (sub_significands): Accept incomming carry.
+ (sub_significands): Accept incoming carry.
(div_significands, rtd_divmod): Update for sub_significands change.
(round_for_format): Update for sticky_rshift_significand change.
(do_add): Don't involve the inexact bit in addition, do give the
@@ -27738,7 +27738,7 @@ objc:
(INIT_CUMULATIVE_ARGS, INIT_CUMULATIVE_INCOMING_ARGS): Update.
* config/ia64/ia64.c (ia64_function_arg_advance): Set int_regs.
(ia64_expand_prologue): Look at int_regs, not words, for number
- of incomming int regs.
+ of incoming int regs.
2002-03-22 Andrew MacLeod <amacleod@redhat.com>
diff --git a/gcc/ChangeLog-2005 b/gcc/ChangeLog-2005
index efe77cd..bd366c8 100644
--- a/gcc/ChangeLog-2005
+++ b/gcc/ChangeLog-2005
@@ -6100,7 +6100,7 @@
PR 23706
* mode-switching.c (optimize_mode_switching): Clear transp bit
- for block with incomming abnormal edges.
+ for block with incoming abnormal edges.
* config/sh/sh.c (fpscr_values, emit_fpu_switch): New.
(fpscr_set_from_mem): Use them.
diff --git a/gcc/ChangeLog-2006 b/gcc/ChangeLog-2006
index b4045cd..1d661d0 100644
--- a/gcc/ChangeLog-2006
+++ b/gcc/ChangeLog-2006
@@ -21081,7 +21081,7 @@
PR tree-opt/25315
PR tree-opt/25857
- * tree-ssa-pre.c (insert_extra_phis): If an incomming edge is abnormal
+ * tree-ssa-pre.c (insert_extra_phis): If an incoming edge is abnormal
return from the function.
2006-01-22 Zack Weinberg <zackw@panix.com>
diff --git a/gcc/cp/ChangeLog-2004 b/gcc/cp/ChangeLog-2004
index 8bb7fec..602745f 100644
--- a/gcc/cp/ChangeLog-2004
+++ b/gcc/cp/ChangeLog-2004
@@ -4031,7 +4031,7 @@
dfs_accumulate_vtbls_inits, build_vbase_offset_vtbl_entries,
build_vcall_offset_vtbl_entries, add_vcall_offset_vtbl_entries_r,
add_vcall_offset_vtbl_entries_1): Likewise.
- * decl.c (xref_basetypes): Incomming virtual base indicated by
+ * decl.c (xref_basetypes): Incoming virtual base indicated by
TREE_TYPE. Adjust.
* dump.c (cp_dump_tree): Use BINFO_VIRTUAL_P.
* init.c (finish_init_stmts, sort_mem_initializers,
diff --git a/gcc/errors.c b/gcc/errors.c
index c75b361..040dfdd 100644
--- a/gcc/errors.c
+++ b/gcc/errors.c
@@ -104,7 +104,7 @@ internal_error (const char *format, ...)
shares no directory elements with the pathname of __FILE__. This
is used by fancy_abort() to print `Internal compiler error in expr.c'
instead of `Internal compiler error in ../../GCC/gcc/expr.c'. This
- version is ment to be used for the gen* programs and therefor need not
+ version is meant to be used for the gen* programs and therefor need not
handle subdirectories. */
const char *
diff --git a/gcc/graphite-sese-to-poly.c b/gcc/graphite-sese-to-poly.c
index 70827a9..3be2d86 100644
--- a/gcc/graphite-sese-to-poly.c
+++ b/gcc/graphite-sese-to-poly.c
@@ -2245,7 +2245,7 @@ rewrite_phi_out_of_ssa (gimple_stmt_iterator *psi)
| end_2
| end_1
- whereas inserting the copy on the incomming edge is correct
+ whereas inserting the copy on the incoming edge is correct
| a = ...
| loop_1
diff --git a/gcc/profile.c b/gcc/profile.c
index 1049561..ac46046 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -343,7 +343,7 @@ is_inconsistent (void)
{
if (dump_file)
{
- fprintf (dump_file, "BB %i count does not match sum of incomming edges "
+ fprintf (dump_file, "BB %i count does not match sum of incoming edges "
HOST_WIDEST_INT_PRINT_DEC" should be " HOST_WIDEST_INT_PRINT_DEC,
bb->index,
bb->count,