OSDN Git Service

Fix spelling. Thanks, Duncan! :-)
authorRoman Levenstein <romix.llvm@googlemail.com>
Thu, 27 Mar 2008 09:44:37 +0000 (09:44 +0000)
committerRoman Levenstein <romix.llvm@googlemail.com>
Thu, 27 Mar 2008 09:44:37 +0000 (09:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48873 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index caaa6a5..cef3eaf 100644 (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.