Skip to content

Commit f015c7f

Browse files
authored
[NFC] Typo in EquivalenceClasses.h: determinstic->deterministic (#162314)
1 parent a0668a4 commit f015c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/ADT/EquivalenceClasses.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ template <class ElemTy> class EquivalenceClasses {
128128
/// ECValues, it just keeps the key as part of the value.
129129
DenseMap<ElemTy, ECValue *> TheMapping;
130130

131-
/// List of all members, used to provide a determinstic iteration order.
131+
/// List of all members, used to provide a deterministic iteration order.
132132
SmallVector<const ECValue *> Members;
133133

134134
mutable BumpPtrAllocator ECValueAllocator;

0 commit comments

Comments
 (0)