Skip to content

Commit 0a893c1

Browse files
committed
Fix typo in comment.
1 parent 02dd1e4 commit 0a893c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/Transforms/SILLowerAggregateInstrs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ static bool expandCopyAddr(CopyAddrInst *CA) {
114114
// If we are not initializing:
115115
// strong_release %old : $*T
116116
// *or*
117-
// release_value %new : $*T
117+
// release_value %old : $*T
118118
if (Old) {
119119
TL.emitLoweredReleaseValue(Builder, CA->getLoc(), Old,
120120
TypeLowering::LoweringStyle::DeepNoEnum);

0 commit comments

Comments
 (0)