File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2429,7 +2429,7 @@ string_literal
2429
2429
// %1 has type $Builtin.RawPointer
2430
2430
2431
2431
Creates a reference to a string in the global string table. The result
2432
- is a pointer to the data. The referenced string is always nul -terminated. The
2432
+ is a pointer to the data. The referenced string is always null -terminated. The
2433
2433
string literal value is specified using Swift's string
2434
2434
literal syntax (though ``\() `` interpolations are not allowed).
2435
2435
@@ -4005,7 +4005,7 @@ cond_br
4005
4005
4006
4006
Conditionally branches to ``true_label `` if ``%0 `` is equal to ``1 `` or to
4007
4007
``false_label `` if ``%0 `` is equal to ``0 ``, binding the corresponding set of
4008
- values to the the arguments of the chosen destination block.
4008
+ values to the arguments of the chosen destination block.
4009
4009
4010
4010
switch_value
4011
4011
````````````
You can’t perform that action at this time.
0 commit comments