]> granicus.if.org Git - llvm/commitdiff
fixed typo in InstrProf.h; NFC
authorBob Haarman <llvm@inglorion.net>
Fri, 21 Oct 2016 20:38:37 +0000 (20:38 +0000)
committerBob Haarman <llvm@inglorion.net>
Fri, 21 Oct 2016 20:38:37 +0000 (20:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284880 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/InstrProfiling.h

index 9c61dce6ba62e7397757122274e10efdc84139b8..5bc2ea8cc25e071d245b68272cd81c87d9102437 100644 (file)
@@ -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> {