summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog-2002
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/ChangeLog-2002
parent0ac3a9af09c7b4afc87bcafc032522bdd15a40f4 (diff)
downloadgcc-8404785839dfe5564634f0218bd78721c84b4b8a.tar.gz
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/ChangeLog-2002')
-rw-r--r--gcc/ChangeLog-20024
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ChangeLog-2002 b/gcc/ChangeLog-2002
index 2e60a7ffce7..d76fba90252 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>