summaryrefslogtreecommitdiff
path: root/gcc/bb-reorder.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:31:07 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:31:07 +0000
commita04e8d6277eaccdf1255f9d285c15be111659d81 (patch)
treea89618804e203ad97b7210fd17da195393f4631f /gcc/bb-reorder.c
parent75de4aa2388b611eccdaac5526121fd3a034cab3 (diff)
downloadgcc-a04e8d6277eaccdf1255f9d285c15be111659d81.tar.gz
Fix typos.
2013-07-21 Ondřej Bílka <neleai@seznam.cz> * c-common.c: Fix typos. * c-common.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/bb-reorder.c')
-rw-r--r--gcc/bb-reorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index d3bc4f92741..2cbeb6ae9f3 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -594,7 +594,7 @@ find_traces_1_round (int branch_th, int exec_th, gcov_type count_th,
After removing the best edge, the final result will be ABCD/ ACBD.
It does not add jump compared with the previous order. But it
- reduces the possiblity of long jumps. */
+ reduces the possibility of long jumps. */
if (best_edge && for_size
&& (EDGE_COUNT (best_edge->dest->succs) > 1
|| EDGE_COUNT (best_edge->dest->preds) > 1))