Skip to content

Commit 37428f7

Browse files
committed
Merge pull request #112 from joesavage/master
Minor typo fixes.
2 parents 264e91d + fe3bd7d commit 37428f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ABI.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -992,7 +992,7 @@ mangled in to disambiguate.
992992
impl-callee-convention impl-function-attribute* generic-signature? '_'
993993
impl-parameter* '_' impl-result* '_'
994994
impl-callee-convention ::= 't' // thin
995-
impl-callee-convention ::= impl-convention // thick, callee transfered with given convention
995+
impl-callee-convention ::= impl-convention // thick, callee transferred with given convention
996996
impl-convention ::= 'a' // direct, autoreleased
997997
impl-convention ::= 'd' // direct, no ownership transfer
998998
impl-convention ::= 'D' // direct, no ownership transfer,

lib/SILGen/SILGenDecl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ SILValue SILGenFunction::emitOSVersionRangeCheck(SILLocation loc,
995995

996996

997997
/// Emit the boolean test and/or pattern bindings indicated by the specified
998-
/// stmt condition. If the condition fails, control flow is transfered to the
998+
/// stmt condition. If the condition fails, control flow is transferred to the
999999
/// specified JumpDest. The insertion point is left in the block where the
10001000
/// condition has matched and any bound variables are in scope.
10011001
///

0 commit comments

Comments
 (0)