Skip to content

Commit 46fe0f7

Browse files
committed
[Gardening] Tweaked comment grammar.
1 parent b467319 commit 46fe0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/SemanticARC/CopyValueOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ bool SemanticARCOptVisitor::performGuaranteedCopyValueOptimization(
172172
// destroy_values. Check if:
173173
//
174174
// 1. All of our destroys are joint post-dominated by our end borrow scope
175-
// set. If they do not, then the copy_value is lifetime extending the
175+
// set. If they are not, then the copy_value is lifetime extending the
176176
// guaranteed value, we can not eliminate it.
177177
//
178178
// 2. If all of our destroy_values are dead end. In such a case, the linear

0 commit comments

Comments
 (0)