diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:19:49 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:19:49 +0000 |
| commit | 7d18a70dac478167cd7ba5048a8f0504d242ee30 (patch) | |
| tree | f5d803b53b2d211725ad95c863d6edecd7a55306 /llvm/lib/Transforms/InstCombine | |
| parent | 7a6b6d56566319d813b158b753da00ce7c223580 (diff) | |
| download | bcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.tar.gz bcm5719-llvm-7d18a70dac478167cd7ba5048a8f0504d242ee30.zip | |
Fix spelling mistakes in Transforms comments. NFC.
Identified by Pedro Giffuni in PR27636.
llvm-svn: 287488
Diffstat (limited to 'llvm/lib/Transforms/InstCombine')
| -rw-r--r-- | llvm/lib/Transforms/InstCombine/InstructionCombining.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp index 028ae14f010..ad6e0c190e8 100644 --- a/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp +++ b/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp @@ -2576,7 +2576,7 @@ Instruction *InstCombiner::visitLandingPadInst(LandingPadInst &LI) { // remove it from the filter. An unexpected type handler may be // set up for a call site which throws an exception of the same // type caught. In order for the exception thrown by the unexpected - // handler to propogate correctly, the filter must be correctly + // handler to propagate correctly, the filter must be correctly // described for the call site. // // Example: |

