diff options
author | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:19 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 18:28:47 +0100 |
commit | f3052a3a1a78c5cb5135c5c96c64ae4a39433745 (patch) | |
tree | db1cf862456078c8dca87f7f4c82ec3baad8fe56 /lib/hipe | |
parent | d507bcb15b26222f5d82b11b802ab569050799b6 (diff) | |
download | otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.gz otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.tar.bz2 otp-f3052a3a1a78c5cb5135c5c96c64ae4a39433745.zip |
Fix misspelling of chosen
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/opt/hipe_schedule.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/opt/hipe_schedule.erl b/lib/hipe/opt/hipe_schedule.erl index 4925b2927b..ca3abf8cc6 100644 --- a/lib/hipe/opt/hipe_schedule.erl +++ b/lib/hipe/opt/hipe_schedule.erl @@ -797,7 +797,7 @@ dep_arc(N, Lat, M, {Dag,Preds}) -> %% Returns : A dependence graph sorted by To. %% Description : A new arc that is added is sorted in the right place, and if %% there is already an arc between nodes A and B, the one with -%% the greatest latency is choosen. +%% the greatest latency is chosen. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% add_arc(Lat,To, []) -> {[{Lat, To}], added}; add_arc(Lat1, To, [{Lat2, To} | Arcs]) -> |