[PM] Fix Typo
authorJustin Lebar <jlebar@google.com>
Mon, 23 Oct 2017 23:42:05 +0000 (23:42 +0000)
committerJustin Lebar <jlebar@google.com>
Mon, 23 Oct 2017 23:42:05 +0000 (23:42 +0000)
Patch by Nick Sarnie.

llvm-svn: 316397

llvm/include/llvm/IR/PassManager.h

index 577100c..4f838a7 100644 (file)
@@ -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.