aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/SmallPtrSet.h
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2011-02-15 09:23:02 +0000
committerDuncan Sands <baldrick@free.fr>2011-02-15 09:23:02 +0000
commitab4c366274a582dd8146b2820c6b999cad5fce36 (patch)
treee001ba4266c9828f1ef1d35dd1df18f3d1a633fe /include/llvm/ADT/SmallPtrSet.h
parentab8f3fd2e1c07231deffba8ea4ecd06ac559afe4 (diff)
downloadexternal_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.zip
external_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.tar.gz
external_llvm-ab4c366274a582dd8146b2820c6b999cad5fce36.tar.bz2
Spelling fix: consequtive -> consecutive.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@125563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/SmallPtrSet.h')
-rw-r--r--include/llvm/ADT/SmallPtrSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/SmallPtrSet.h b/include/llvm/ADT/SmallPtrSet.h
index b72bbee..ff32ba8 100644
--- a/include/llvm/ADT/SmallPtrSet.h
+++ b/include/llvm/ADT/SmallPtrSet.h
@@ -57,7 +57,7 @@ protected:
/// it, so that the end iterator actually points to valid memory.
unsigned CurArraySize;
- // If small, this is # elts allocated consequtively
+ // If small, this is # elts allocated consecutively
unsigned NumElements;
unsigned NumTombstones;