Fix spelling. Thanks, Duncan! :-)

llvm-svn: 48873
This commit is contained in:
Roman Levenstein 2008-03-27 09:44:37 +00:00
parent bc674501ba
commit 30d09518b5
1 changed files with 1 additions and 1 deletions

View File

@ -1724,7 +1724,7 @@ static unsigned SumOfUnscheduledPredsOfSuccs(const SUnit *SU) {
return Sum;
}
/// LimitedSumOfUnscheduledPredsOfSuccs - compute the sum of the unscheduled
/// LimitedSumOfUnscheduledPredsOfSuccs - Compute the sum of the unscheduled
/// predecessors of the successors of the SUnit SU. Stop when the provided
/// limit is exceeded.