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.
2 parents 0713d7c + f015c7f commit aed55d3Copy full SHA for aed55d3
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