File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 106
106
107
107
- **Generic Specialization ** analyzes specialized calls to generic
108
108
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
110
110
to a direct call of the appropriate specialized function.
111
111
- **Witness and VTable Devirtualization ** for a given type looks up
112
112
the associated method from a class's vtable or a types witness table
@@ -2230,7 +2230,7 @@ unowned_release
2230
2230
unowned_release %0 : $@unowned T
2231
2231
// $T must be a reference type
2232
2232
2233
- Decrements the unowned reference count of the heap object refereced by
2233
+ Decrements the unowned reference count of the heap object referenced by
2234
2234
``%0 ``. When both its strong and unowned reference counts reach zero,
2235
2235
the object's memory is deallocated.
2236
2236
You can’t perform that action at this time.
0 commit comments