Typo.
authorChad Rosier <mcrosier@apple.com>
Mon, 21 May 2012 17:13:41 +0000 (17:13 +0000)
committerChad Rosier <mcrosier@apple.com>
Mon, 21 May 2012 17:13:41 +0000 (17:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157195 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAG.cpp

index d6b866fb5595e72cbe0ae4d1f05d371a1ecd2cfe..bb38d607c95ef35ecc17c198eebf0e929c4d1956 100644 (file)
@@ -5560,7 +5560,7 @@ unsigned SelectionDAG::AssignTopologicalOrder() {
     }
   }
 
-  // Visit all the nodes. As we iterate, moves nodes into sorted order,
+  // Visit all the nodes. As we iterate, move nodes into sorted order,
   // such that by the time the end is reached all nodes will be sorted.
   for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) {
     SDNode *N = I;