comment typo
authorAndrew Trick <atrick@apple.com>
Fri, 30 Aug 2013 02:02:12 +0000 (02:02 +0000)
committerAndrew Trick <atrick@apple.com>
Fri, 30 Aug 2013 02:02:12 +0000 (02:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189635 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/MachineScheduler.cpp

index 94f38322f22e740b261779607223337e55643c2f..8afc504c740cf66da406dcfd77b149637642036c 100644 (file)
@@ -649,7 +649,7 @@ void ScheduleDAGMI::findRootsAndBiasEdges(SmallVectorImpl<SUnit*> &TopRoots,
 /// available for use in the scheduler.
 ///
 /// The cyclic path estimation identifies a def-use pair that crosses the back
-/// end and considers the depth and height of the nodes. For example, consider
+/// edge and considers the depth and height of the nodes. For example, consider
 /// the following instruction sequence where each instruction has unit latency
 /// and defines an epomymous virtual register:
 ///