[llvm] r284880 - fixed typo in InstrProf.h; NFC

Bob Haarman via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 21 13:38:38 PDT 2016


Author: inglorion
Date: Fri Oct 21 15:38:37 2016
New Revision: 284880

URL: http://llvm.org/viewvc/llvm-project?rev=284880&view=rev
Log:
fixed typo in InstrProf.h; NFC

Modified:
    llvm/trunk/include/llvm/Transforms/InstrProfiling.h

Modified: llvm/trunk/include/llvm/Transforms/InstrProfiling.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/InstrProfiling.h?rev=284880&r1=284879&r2=284880&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/InstrProfiling.h (original)
+++ llvm/trunk/include/llvm/Transforms/InstrProfiling.h Fri Oct 21 15:38:37 2016
@@ -21,7 +21,7 @@
 
 namespace llvm {
 
-/// Instrumenation based profiling lowering pass. This pass lowers
+/// Instrumentation based profiling lowering pass. This pass lowers
 /// the profile instrumented code generated by FE or the IR based
 /// instrumentation pass.
 class InstrProfiling : public PassInfoMixin<InstrProfiling> {




More information about the llvm-commits mailing list