Fix a typo in a comment.
authorDan Gohman <gohman@apple.com>
Thu, 12 Mar 2009 23:55:10 +0000 (23:55 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 12 Mar 2009 23:55:10 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66843 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp

index e505b7bcaf9c87cadf03ec1034bc1b1bb48f39cd..b2f6ddf835a20084d73d927033260c1b59eb7a59 100644 (file)
@@ -1080,7 +1080,7 @@ namespace {
 }
 
 /// closestSucc - Returns the scheduled cycle of the successor which is
-/// closet to the current cycle.
+/// closest to the current cycle.
 static unsigned closestSucc(const SUnit *SU) {
   unsigned MaxHeight = 0;
   for (SUnit::const_succ_iterator I = SU->Succs.begin(), E = SU->Succs.end();