[Pipeliner] Fix comment typo

This commit is contained in:
Thomas Preud'homme 2022-04-04 16:09:07 +01:00
parent b1ed286857
commit 449ef2fcc6
1 changed files with 1 additions and 1 deletions

View File

@ -1718,7 +1718,7 @@ void SwingSchedulerDAG::checkNodeSets(NodeSetType &NodeSets) {
}
/// Add the nodes that do not belong to a recurrence set into groups
/// based upon connected componenets.
/// based upon connected components.
void SwingSchedulerDAG::groupRemainingNodes(NodeSetType &NodeSets) {
SetVector<SUnit *> NodesAdded;
SmallPtrSet<SUnit *, 8> Visited;