Skip to content

Commit 9243042

Browse files
committed
Merge pull request #57 from uraimo/patch-1
A few minor typos in SIL.rst
2 parents 7a06230 + cf97f2e commit 9243042

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/SIL.rst

+2-2
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)