From: Alexey Lapshin Date: Fri, 25 Jan 2019 21:59:53 +0000 (+0000) Subject: [NFC] Test commit : fix typo. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a77dc8b8e666b20f17ab6d892ee113dceaff60c;p=llvm [NFC] Test commit : fix typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@352248 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/MachinePipeliner.cpp b/lib/CodeGen/MachinePipeliner.cpp index 90a54e423ec..fab44512914 100644 --- a/lib/CodeGen/MachinePipeliner.cpp +++ b/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 &NodesAdded) { NewSet.insert(SU);