Explorar o código

[NFC] Test commit : fix typo.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352248 91177308-0d34-0410-b5e6-96231b3b80d8
Alexey Lapshin %!s(int64=6) %!d(string=hai) anos
pai
achega
6a77dc8b8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/CodeGen/MachinePipeliner.cpp

+ 1 - 1
lib/CodeGen/MachinePipeliner.cpp

@@ -1583,7 +1583,7 @@ void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) {
   }
 }
 
-/// Add the node to the set, and add all is its connected nodes to the set.
+/// Add the node to the set, and add all of its connected nodes to the set.
 void SwingSchedulerDAG::addConnectedNodes(SUnit *SU, NodeSet &NewSet,
                                           SetVector<SUnit *> &NodesAdded) {
   NewSet.insert(SU);