diff options
Diffstat (limited to 'lib/Support/FoldingSet.cpp')
| -rw-r--r-- | lib/Support/FoldingSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index cf9847faccd1d..ee69a64ac97bd 100644 --- a/lib/Support/FoldingSet.cpp +++ b/lib/Support/FoldingSet.cpp @@ -275,7 +275,7 @@ void FoldingSetBase::GrowBucketCount(unsigned NewBucketCount) { // Clear out new buckets. Buckets = AllocateBuckets(NewBucketCount); - // Set NumBuckets only if allocation of new buckets was succesful + // Set NumBuckets only if allocation of new buckets was successful. NumBuckets = NewBucketCount; NumNodes = 0; |
