diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-11-20 13:31:13 +0000 |
| commit | dae11f7aabfd025547bd313e03f143a8092b8304 (patch) | |
| tree | 87fffa7a8258f2e95904d210a4d8866bded9f2bc /llvm/tools/bugpoint | |
| parent | 7d18a70dac478167cd7ba5048a8f0504d242ee30 (diff) | |
| download | bcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.tar.gz bcm5719-llvm-dae11f7aabfd025547bd313e03f143a8092b8304.zip | |
Fix spelling mistakes in Tools/Tests comments. NFC.
Identified by Pedro Giffuni in PR27636.
llvm-svn: 287489
Diffstat (limited to 'llvm/tools/bugpoint')
| -rw-r--r-- | llvm/tools/bugpoint/ListReducer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/ListReducer.h b/llvm/tools/bugpoint/ListReducer.h index 621a072d84e..dcfa11d0692 100644 --- a/llvm/tools/bugpoint/ListReducer.h +++ b/llvm/tools/bugpoint/ListReducer.h @@ -71,7 +71,7 @@ template <typename ElTy> struct ListReducer { const unsigned MaxIterationsWithoutProgress = 3; // Maximal number of allowed single-element trim iterations. We add a - // threshhold here as single-element reductions may otherwise take a + // threshold here as single-element reductions may otherwise take a // very long time to complete. const unsigned MaxTrimIterationsWithoutBackJump = 3; bool ShufflingEnabled = true; @@ -106,7 +106,7 @@ template <typename ElTy> struct ListReducer { TheList.swap(ShuffledList); MidTop = TheList.size(); // Must increase the shuffling treshold to avoid the small - // probability of inifinite looping without making progress. + // probability of infinite looping without making progress. MaxIterations += 2; errs() << "\n\n*** Shuffling does not hide the bug...\n\n"; } else { |

