File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1424,7 +1424,7 @@ into every file. Its declarations can only be found by <a href="#expr-dot">dot
14241424syntax</a>. It provides access to a small number of primitive representation
14251425types and operations defined over them that map directly to LLVM IR.
14261426
1427- The existance of and details of this module are a private implementation detail
1427+ The existence of and details of this module are a private implementation detail
14281428used by our implementation of the standard library. Swift code outside the
14291429standard library should not be aware of this library, and an independent
14301430implementation of the swift standard library should be allowed to be
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ bb0(%0 : $S1):
188188 return %9999 : $()
189189}
190190
191- // This test checks where we have a multiple level heirarchy , the root is dead,
191+ // This test checks where we have a multiple level hierarchy , the root is dead,
192192// but the root has all fields used. This means that we should extract
193193// everything, but we should not "reform" the aggregate.
194194// CHECK-LABEL: sil [fragile] [thunk] @multiple_level_all_root_fields_used_callee : $@convention(thin) (S2) -> (Builtin.Int16, Builtin.Int64) {
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ func testTuple() {
140140 tup. x = 1
141141
142142 // <rdar://problem/20927707> QoI: 'variable was never mutated' noisy when only part of a destructured tuple is mutated
143- var ( tupA, tupB) = ( 1 , 2 ) // don't warn about tupB being changable to a 'let'.
143+ var ( tupA, tupB) = ( 1 , 2 ) // don't warn about tupB being changeable to a 'let'.
144144 tupA += tupB
145145
146146}
You can’t perform that action at this time.
0 commit comments