diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 63c49f6..bda2dc5 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -697,7 +697,7 @@ branch_prob () /* Create spanning tree from basic block graph, mark each edge that is on the spanning tree. We insert as many abnormal and critical edges - as possible to minimize number of edge splits necesary. */ + as possible to minimize number of edge splits necessary. */ find_spanning_tree (el); |