[llvm] r291066 - [PM] Fix a typo in a comment that Davide spotted in another code review.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 4 19:10:26 PST 2017
Author: chandlerc
Date: Wed Jan 4 21:10:26 2017
New Revision: 291066
URL: http://llvm.org/viewvc/llvm-project?rev=291066&view=rev
Log:
[PM] Fix a typo in a comment that Davide spotted in another code review.
Modified:
llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
Modified: llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h?rev=291066&r1=291065&r2=291066&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h (original)
+++ llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h Wed Jan 4 21:10:26 2017
@@ -128,7 +128,7 @@ extern template class PassManager<LazyCa
/// \brief The CGSCC pass manager.
///
/// See the documentation for the PassManager template for details. It runs
-/// a sequency of SCC passes over each SCC that the manager is run over. This
+/// a sequence of SCC passes over each SCC that the manager is run over. This
/// typedef serves as a convenient way to refer to this construct.
typedef PassManager<LazyCallGraph::SCC, CGSCCAnalysisManager, LazyCallGraph &,
CGSCCUpdateResult &>
More information about the llvm-commits
mailing list