fixed typo in InstrProf.h; NFC

llvm-svn: 284880
This commit is contained in:
Bob Haarman 2016-10-21 20:38:37 +00:00
parent 07db5cf6c8
commit 62c730c9bd
1 changed files with 1 additions and 1 deletions

View 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> {