Skip to content

Commit 0c29ebb

Browse files
committed
Fix typo
1 parent b480729 commit 0c29ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/DeadCodeElimination.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ void DCE::markLive() {
292292
});
293293
};
294294
// If we have a begin_borrow of a @guaranteed operand, disable DCE'ing
295-
// of parent borrow scopes. Dead reborrows needs complex handling, whuch
295+
// of parent borrow scopes. Dead reborrows needs complex handling, which
296296
// is why it is disabled for now.
297297
if (borrowInst->getOperand()->getOwnershipKind() ==
298298
OwnershipKind::Guaranteed) {

0 commit comments

Comments
 (0)