Skip to content

Commit 4ea0155

Browse files
committed
[OwnershipUtils] Gardening: De-typo'd.
1 parent aad2b6e commit 4ea0155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/SIL/OwnershipUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ struct BorrowedValue {
580580
/// instructions and pass them individually to visitor. Asserts if this is
581581
/// called with a scope that is not local.
582582
///
583-
/// Returns false and early exist if \p visitor returns false.
583+
/// Returns false and exits early if \p visitor returns false.
584584
///
585585
/// The intention is that this method can be used instead of
586586
/// BorrowScopeIntroducingValue::getLocalScopeEndingUses() to avoid

0 commit comments

Comments
 (0)