Skip to content

Commit e8364d6

Browse files
committed
[Gardening] MoveChecker: Tweaked comment.
1 parent 2c14ece commit e8364d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Mandatory/MoveOnlyAddressCheckerUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
/// * copyTransformableToTake - certain load [copy], certain copy_addr ![take]
147147
/// %src of a temporary %dest.
148148
/// * reinit - store [assign], copy_addr ![init] %dest
149-
/// * borrow - load_borror, a load [copy] without consuming uses.
149+
/// * borrow - load_borrow, a load [copy] without consuming uses.
150150
/// * livenessOnly - a read only use of the address.
151151
///
152152
/// We classify these by adding them to several disjoint SetVectors which track

0 commit comments

Comments
 (0)