Skip to content

Commit ea911ef

Browse files
committed
[Gardening] OSSACanGuaranteed: Tweak comment.
1 parent 5c6128f commit ea911ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Utils/CanonicalizeBorrowScope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ class FindBorrowScopeUses {
394394

395395
} // namespace
396396

397-
/// Erase users from \p outerUseInsts that are not within the borrow scope.
397+
/// Erase users from \p outerUseInsts that are actually within the borrow scope.
398398
void CanonicalizeBorrowScope::filterOuterBorrowUseInsts(
399399
OuterUsers &outerUseInsts) {
400400
auto *beginBorrow = cast<BeginBorrowInst>(borrowedValue.value);

0 commit comments

Comments
 (0)