From: Roman Levenstein Date: Thu, 27 Mar 2008 09:44:37 +0000 (+0000) Subject: Fix spelling. Thanks, Duncan! :-) X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d7d3ea00c0a26e2545d4ba01825d8358075264e7;p=oota-llvm.git Fix spelling. Thanks, Duncan! :-) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48873 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp index caaa6a55340..cef3eafc5c5 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp @@ -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.