Skip to content

Commit 32ee81e

Browse files
committed
[Gardening] Fixed comment.
1 parent 0d52c41 commit 32ee81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Verifier/SILOwnershipVerifier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ bool SILValueOwnershipChecker::checkUses() {
683683
// outlive the current function always.
684684
//
685685
// In the case of a yielded guaranteed value, we need to validate that all
686-
// regular uses of the value are within the co
686+
// regular uses of the value are within the coroutine.
687687
if (lifetimeEndingUsers.empty()) {
688688
if (checkValueWithoutLifetimeEndingUses(regularUsers))
689689
return false;

0 commit comments

Comments
 (0)