[NFC] Fix typo in comment

Fore -> For

llvm-svn: 341960
This commit is contained in:
Jessica Paquette 2018-09-11 16:38:46 +00:00
parent 050d1ac4a6
commit 49d190f6f8
1 changed files with 1 additions and 1 deletions

View 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