From cf97f2ec2815b0d763af0ffa62a29e11caf9ee0b Mon Sep 17 00:00:00 2001 From: Umberto Raimondi Date: Thu, 3 Dec 2015 19:28:55 +0100 Subject: [PATCH] A few minor typos in SIL.rst --- docs/SIL.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/SIL.rst b/docs/SIL.rst index c9eb26bc3b9d7..23290dac06b4a 100644 --- a/docs/SIL.rst +++ b/docs/SIL.rst @@ -2429,7 +2429,7 @@ string_literal // %1 has type $Builtin.RawPointer Creates a reference to a string in the global string table. The result -is a pointer to the data. The referenced string is always nul-terminated. The +is a pointer to the data. The referenced string is always null-terminated. The string literal value is specified using Swift's string literal syntax (though ``\()`` interpolations are not allowed). @@ -4005,7 +4005,7 @@ cond_br Conditionally branches to ``true_label`` if ``%0`` is equal to ``1`` or to ``false_label`` if ``%0`` is equal to ``0``, binding the corresponding set of -values to the the arguments of the chosen destination block. +values to the arguments of the chosen destination block. switch_value ````````````