From: Justin Lebar Date: Mon, 23 Oct 2017 23:42:05 +0000 (+0000) Subject: [PM] Fix Typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f45e433f0bf848bc0df60e420c50f0fc3c7ce1e0;p=llvm [PM] Fix Typo Patch by Nick Sarnie. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@316397 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/PassManager.h b/include/llvm/IR/PassManager.h index 577100c7af7..4f838a71951 100644 --- a/include/llvm/IR/PassManager.h +++ b/include/llvm/IR/PassManager.h @@ -470,7 +470,7 @@ public: //IR.getContext().yield(); } - // Invaliadtion was handled after each pass in the above loop for the + // Invalidation was handled after each pass in the above loop for the // current unit of IR. Therefore, the remaining analysis results in the // AnalysisManager are preserved. We mark this with a set so that we don't // need to inspect each one individually.