diff options
-rw-r--r-- | llvm/include/llvm/Transforms/InstrProfiling.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Transforms/InstrProfiling.h b/llvm/include/llvm/Transforms/InstrProfiling.h index 9c61dce6ba6..5bc2ea8cc25 100644 --- a/llvm/include/llvm/Transforms/InstrProfiling.h +++ b/llvm/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<InstrProfiling> { |