Skip to content

Commit 0c89048

Browse files
[gardening] Fix recently introduced typo: "transistive" → "transitive"
1 parent 0927538 commit 0c89048

File tree

1 file changed

+1
-1
lines changed
  • include/swift/SILOptimizer/Utils

1 file changed

+1
-1
lines changed

include/swift/SILOptimizer/Utils/Local.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ bool isInstructionTriviallyDead(SILInstruction *I);
7777
bool isIntermediateRelease(SILInstruction *I,
7878
ConsumedArgToEpilogueReleaseMatcher &ERM);
7979

80-
/// \brief Recursively collect all the uses and transistive uses of the
80+
/// \brief Recursively collect all the uses and transitive uses of the
8181
/// instruction.
8282
void collectUsesOfValue(SILValue V, llvm::DenseSet<SILInstruction *> &Insts);
8383

0 commit comments

Comments
 (0)