@@ -101,8 +101,8 @@ ExclusiveAccessTestSuite.test("ModifyFollowedByModify") {
101
101
globalX = X ( ) // no-trap
102
102
}
103
103
104
- // FIXME: This should be a static diagnostics.
105
- // Once this radar is fixed, conirm that a it is covered by a static diagnostic
104
+ // FIXME: This should be covered by static diagnostics.
105
+ // Once this radar is fixed, confirm that a it is covered by a static diagnostic
106
106
// (-verify) test in exclusivity_static_diagnostics.sil.
107
107
// <rdar://problem/32061282> Enforce exclusive access in noescape closures.
108
108
//
@@ -120,8 +120,8 @@ ExclusiveAccessTestSuite.test("ModifyFollowedByModify") {
120
120
// }
121
121
//}
122
122
123
- // FIXME: This should be a static diagnostics.
124
- // Once this radar is fixed, conirm that a it is covered by a static diagnostic
123
+ // FIXME: This should be covered by static diagnostics.
124
+ // Once this radar is fixed, confirm that a it is covered by a static diagnostic
125
125
// (-verify) test in exclusivity_static_diagnostics.sil.
126
126
// <rdar://problem/32061282> Enforce exclusive access in noescape closures.
127
127
//
@@ -139,8 +139,8 @@ ExclusiveAccessTestSuite.test("ModifyFollowedByModify") {
139
139
// }
140
140
//}
141
141
142
- // FIXME: This should be a static diagnostics.
143
- // Once this radar is fixed, conirm that a it is covered by a static diagnostic
142
+ // FIXME: This should be covered by static diagnostics.
143
+ // Once this radar is fixed, confirm that a it is covered by a static diagnostic
144
144
// (-verify) test in exclusivity_static_diagnostics.sil.
145
145
// <rdar://problem/32061282> Enforce exclusive access in noescape closures.
146
146
//
0 commit comments