Skip to content

Commit cf97f2e

Browse files
committed
A few minor typos in SIL.rst
1 parent 7a06230 commit cf97f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/SIL.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,7 +2429,7 @@ string_literal
24292429
// %1 has type $Builtin.RawPointer
24302430

24312431
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
24332433
string literal value is specified using Swift's string
24342434
literal syntax (though ``\()`` interpolations are not allowed).
24352435

@@ -4005,7 +4005,7 @@ cond_br
40054005

40064006
Conditionally branches to ``true_label`` if ``%0`` is equal to ``1`` or to
40074007
``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.
40094009

40104010
switch_value
40114011
````````````

0 commit comments

Comments
 (0)