Skip to content

Commit 31feb1f

Browse files
committed
Merge pull request swiftlang#73 from codestergit/patch-8
Fixed Typo
2 parents c9d2c36 + 745a088 commit 31feb1f

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
@@ -106,7 +106,7 @@ IR.
106106

107107
- **Generic Specialization** analyzes specialized calls to generic
108108
functions and generates new specialized version of the
109-
functions. Then it rewrites all specialized usages of the gener ic
109+
functions. Then it rewrites all specialized usages of the generic
110110
to a direct call of the appropriate specialized function.
111111
- **Witness and VTable Devirtualization** for a given type looks up
112112
the associated method from a class's vtable or a types witness table
@@ -2230,7 +2230,7 @@ unowned_release
22302230
unowned_release %0 : $@unowned T
22312231
// $T must be a reference type
22322232

2233-
Decrements the unowned reference count of the heap object refereced by
2233+
Decrements the unowned reference count of the heap object referenced by
22342234
``%0``. When both its strong and unowned reference counts reach zero,
22352235
the object's memory is deallocated.
22362236

0 commit comments

Comments
 (0)