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/tree-ssa-loop-niter.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/tree-ssa-loop-niter.c')
-rw-r--r-- | gcc/tree-ssa-loop-niter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index c3d3b77..0462e4e 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -1247,7 +1247,7 @@ number_of_iterations_cond (struct loop *loop, if (dump_file && (dump_flags & TDF_DETAILS)) { fprintf (dump_file, - "Analysing # of iterations of loop %d\n", loop->num); + "Analyzing # of iterations of loop %d\n", loop->num); fprintf (dump_file, " exit condition "); dump_affine_iv (dump_file, iv0); |