We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0668a4 commit f015c7fCopy full SHA for f015c7f
llvm/include/llvm/ADT/EquivalenceClasses.h
@@ -128,7 +128,7 @@ template <class ElemTy> class EquivalenceClasses {
128
/// ECValues, it just keeps the key as part of the value.
129
DenseMap<ElemTy, ECValue *> TheMapping;
130
131
- /// List of all members, used to provide a determinstic iteration order.
+ /// List of all members, used to provide a deterministic iteration order.
132
SmallVector<const ECValue *> Members;
133
134
mutable BumpPtrAllocator ECValueAllocator;
0 commit comments