From: Sanjay Patel Date: Tue, 7 Oct 2014 17:36:50 +0000 (+0000) Subject: typos X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=87ce2e39dfd43003376b00151137c0c3cdb90804;p=oota-llvm.git typos git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219220 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp index 797d2b1d810..2a64a0391cb 100644 --- a/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp +++ b/lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp @@ -39,7 +39,7 @@ using namespace llvm; STATISTIC(LoadsClustered, "Number of loads clustered together"); // This allows latency based scheduler to notice high latency instructions -// without a target itinerary. The choise if number here has more to do with +// without a target itinerary. The choice of number here has more to do with // balancing scheduler heursitics than with the actual machine latency. static cl::opt HighLatencyCycles( "sched-high-latency-cycles", cl::Hidden, cl::init(10),