[llvm] r341960 - [NFC] Fix typo in comment
Jessica Paquette via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 11 09:38:46 PDT 2018
Author: paquette
Date: Tue Sep 11 09:38:46 2018
New Revision: 341960
URL: http://llvm.org/viewvc/llvm-project?rev=341960&view=rev
Log:
[NFC] Fix typo in comment
Fore -> For
Modified:
llvm/trunk/include/llvm/IR/PassManager.h
Modified: llvm/trunk/include/llvm/IR/PassManager.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/PassManager.h?rev=341960&r1=341959&r2=341960&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/PassManager.h (original)
+++ llvm/trunk/include/llvm/IR/PassManager.h Tue Sep 11 09:38:46 2018
@@ -930,7 +930,7 @@ using FunctionAnalysisManager = Analysis
/// 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
More information about the llvm-commits
mailing list