Skip to content

Commit cb91443

Browse files
committed
[Gardening] Add missing word in comment.
1 parent 3158992 commit cb91443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/SILOptimizer/Utils/ShrinkBorrowScope.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ Dataflow::Effect Dataflow::effectForPhi(SILBasicBlock *block) {
296296
}
297297

298298
/// Finds end_access instructions which are barriers to hoisting because the
299-
/// access scopes they contain barriers to hoisting. Hoisting end_borrows into
300-
/// such access scopes could introduce exclusivity violations.
299+
/// access scopes they end contain barriers to hoisting. Hoisting end_borrows
300+
/// into such access scopes could introduce exclusivity violations.
301301
///
302302
/// Implements BarrierAccessScopeFinder::Visitor
303303
class BarrierAccessScopeFinder final {

0 commit comments

Comments
 (0)