commit | 86497ad2afd83a68c2931fb35e1d03a89c3b8952 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Fri Sep 14 16:12:14 2018 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Fri Sep 14 16:12:14 2018 +0000 |
tree | 64d3a48e9e740c29ef90a0f09f891ab65f0d4efb | |
parent | b51a70396e5d99bec354085f7cf96d127988f37b [diff] [blame] |
fix typos llvm-svn: 342241
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp index cf9847f..ee69a64 100644 --- a/llvm/lib/Support/FoldingSet.cpp +++ b/llvm/lib/Support/FoldingSet.cpp
@@ -275,7 +275,7 @@ // 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;