diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-05-26 12:17:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-05-26 12:17:52 +0000 |
commit | 4dad0aca146f96888dda601263e31f8621de1bae (patch) | |
tree | 903b6ffc6c810b13e3b3edeb9e468186e2ee4223 /gcc/loop-iv.c | |
parent | 0ee8e25059355c772a3e7c7eb88d502496bc7922 (diff) | |
download | gcc-4dad0aca146f96888dda601263e31f8621de1bae.zip gcc-4dad0aca146f96888dda601263e31f8621de1bae.tar.gz gcc-4dad0aca146f96888dda601263e31f8621de1bae.tar.bz2 |
c-typeck.c, [...]: Fix typos and follow spelling conventions in various warning/error/diagnostic...
* c-typeck.c, config/arm/arm.c, config/darwin.c,
config/sh/symbian.c, gcc.c, ipa-cp.c, ipa-inline.c, loop-iv.c,
omega.c, tree-ssa-loop-niter.c, treestruct.def: Fix typos and
follow spelling conventions in various
warning/error/diagnostic messages.
From-SVN: r125089
Diffstat (limited to 'gcc/loop-iv.c')
-rw-r--r-- | gcc/loop-iv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c index 00c8294..bdf1508 100644 --- a/gcc/loop-iv.c +++ b/gcc/loop-iv.c @@ -1026,7 +1026,7 @@ iv_analyze_def (struct df_ref *def, struct rtx_iv *iv) if (dump_file) { - fprintf (dump_file, "Analysing def of "); + fprintf (dump_file, "Analyzing def of "); print_rtl (dump_file, reg); fprintf (dump_file, " in insn "); print_rtl_single (dump_file, insn); @@ -1080,7 +1080,7 @@ iv_analyze_op (rtx insn, rtx op, struct rtx_iv *iv) if (dump_file) { - fprintf (dump_file, "Analysing operand "); + fprintf (dump_file, "Analyzing operand "); print_rtl (dump_file, op); fprintf (dump_file, " of insn "); print_rtl_single (dump_file, insn); |