[NFC] Fix typo in comment
authorJessica Paquette <jpaquette@apple.com>
Tue, 11 Sep 2018 16:38:46 +0000 (16:38 +0000)
committerJessica Paquette <jpaquette@apple.com>
Tue, 11 Sep 2018 16:38:46 +0000 (16:38 +0000)
Fore -> For

llvm-svn: 341960

llvm/include/llvm/IR/PassManager.h

index a5d4aaf71c0e800d680d0b2acf9d70f9b1f5e67c..3c18bbd5df730b1f390525b81251731f802af645 100644 (file)
@@ -930,7 +930,7 @@ using FunctionAnalysisManager = AnalysisManager<Function>;
 /// analysis manager over an "inner" IR unit.  The inner unit must be contained
 /// in the outer unit.
 ///
-/// Fore example, InnerAnalysisManagerProxy<FunctionAnalysisManager, Module> is
+/// For example, InnerAnalysisManagerProxy<FunctionAnalysisManager, Module> is
 /// an analysis over Modules (the "outer" unit) that provides access to a
 /// Function analysis manager.  The FunctionAnalysisManager is the "inner"
 /// manager being proxied, and Functions are the "inner" unit.  The inner/outer