From: Bob Haarman Date: Fri, 21 Oct 2016 20:38:37 +0000 (+0000) Subject: fixed typo in InstrProf.h; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee11f481317cb308ee20185d5b831c1d61cec064;p=llvm fixed typo in InstrProf.h; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284880 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/InstrProfiling.h b/include/llvm/Transforms/InstrProfiling.h index 9c61dce6ba6..5bc2ea8cc25 100644 --- a/include/llvm/Transforms/InstrProfiling.h +++ b/include/llvm/Transforms/InstrProfiling.h @@ -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 {