Skip to content

Commit a2928fc

Browse files
[gardening] can’t → can't
1 parent c9e534d commit a2928fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/MandatoryInlining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ runOnFunctionRecursively(SILFunction *F, FullApplySite AI,
430430
// Finding a valid insertion point is tricky:
431431
// Inlining might add new basic blocks and/or remove the apply
432432
// We want to add the fix up *just before* where the current apply is!
433-
// Unfortunately, we *cant* add the fix up code here:
433+
// Unfortunately, we *can't* add the fix up code here:
434434
// Inlining might fail for any reason -
435435
// If that occurred we’d need to undo our fix up code.
436436
// Instead, we split the current basic block -

0 commit comments

Comments
 (0)