diff options
Diffstat (limited to 'include/llvm/Analysis/IntervalIterator.h')
-rw-r--r-- | include/llvm/Analysis/IntervalIterator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/IntervalIterator.h b/include/llvm/Analysis/IntervalIterator.h index 09bfc92..e533f8a 100644 --- a/include/llvm/Analysis/IntervalIterator.h +++ b/include/llvm/Analysis/IntervalIterator.h @@ -133,7 +133,7 @@ public: if (Done) return *this; // Found a new interval! Use it! } - // Free interval memory... if neccesary + // Free interval memory... if necessary if (IOwnMem) delete IntStack.top().first; // We ran out of successors for this interval... pop off the stack |