From 449ef2fcc667d521073fbec60dd340f70ea60903 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Mon, 4 Apr 2022 16:09:07 +0100 Subject: [PATCH] [Pipeliner] Fix comment typo --- llvm/lib/CodeGen/MachinePipeliner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/MachinePipeliner.cpp b/llvm/lib/CodeGen/MachinePipeliner.cpp index 2ff274bb09d4..0bffa9154fc4 100644 --- a/llvm/lib/CodeGen/MachinePipeliner.cpp +++ b/llvm/lib/CodeGen/MachinePipeliner.cpp @@ -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 NodesAdded; SmallPtrSet Visited;