OSDN Git Service

[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@341960 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/PassManager.h

index a5d4aaf..3c18bbd 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