Commit 616a4e32 by Marek Polacek Committed by Marek Polacek

Fix up English grammar

From-SVN: r195334
parent 4401981b
2013-01-21 Marek Polacek <polacek@redhat.com>
* cfgloop.c (verify_loop_structure): Fix up grammar.
2013-01-21 Yi-Hsiu Hsu <ahsu@marvell.com>
* config/arm/marvell-pj4.md (pj4_shift_conds, pj4_alu_shift,
......
......@@ -1344,7 +1344,7 @@ verify_loop_structure (void)
for (j = 0; j < loop->num_nodes; j++)
if (!flow_bb_inside_loop_p (loop, bbs[j]))
{
error ("bb %d do not belong to loop %d",
error ("bb %d does not belong to loop %d",
bbs[j]->index, loop->num);
err = 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment