File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ sil @doubleWriteTopLevel : $@convention(thin) () -> () {
225
225
}
226
226
227
227
// 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.
229
229
sil @doubleWriteTupleElement : $@convention(thin) (Int64) -> () {
230
230
bb0(%arg : $Int64):
231
231
// Allocate and initialize the tuple to (1, 2).
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ sil [ossa] @doubleWriteTopLevelDestructure : $@convention(thin) () -> () {
409
409
}
410
410
411
411
// 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.
413
413
sil [ossa] @doubleWriteTupleElement : $@convention(thin) (Int64) -> () {
414
414
bb0(%arg : $Int64):
415
415
// Allocate and initialize the tuple to (1, 2).
You can’t perform that action at this time.
0 commit comments