Skip to content

Commit 8fd3730

Browse files
committed
spelling: writes
Signed-off-by: Josh Soref <[email protected]>
1 parent 11f4fea commit 8fd3730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/SILOptimizer/pound_assert.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ sil @doubleWriteTopLevel : $@convention(thin) () -> () {
225225
}
226226

227227
// There was a bug where the evaluator would not detect a double-write to a
228-
// tuple element at the top level if one of the writes writes an unknown value.
228+
// tuple element at the top level if one of the writes an unknown value.
229229
sil @doubleWriteTupleElement : $@convention(thin) (Int64) -> () {
230230
bb0(%arg : $Int64):
231231
// Allocate and initialize the tuple to (1, 2).

test/SILOptimizer/pound_assert_ossa.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ sil [ossa] @doubleWriteTopLevelDestructure : $@convention(thin) () -> () {
409409
}
410410

411411
// There was a bug where the evaluator would not detect a double-write to a
412-
// tuple element at the top level if one of the writes writes an unknown value.
412+
// tuple element at the top level if one of the writes an unknown value.
413413
sil [ossa] @doubleWriteTupleElement : $@convention(thin) (Int64) -> () {
414414
bb0(%arg : $Int64):
415415
// Allocate and initialize the tuple to (1, 2).

0 commit comments

Comments
 (0)