File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -530,12 +530,12 @@ SWIFT_RT_ENTRY_VISIBILITY
530
530
void swift_unownedRelease_n (HeapObject *value, int n)
531
531
SWIFT_CC(RegisterPreservingCC);
532
532
533
- // / Increment the weak/ unowned retain count by n.
533
+ // / Increment the unowned retain count by n.
534
534
SWIFT_RT_ENTRY_VISIBILITY
535
535
void swift_nonatomic_unownedRetain_n (HeapObject *value, int n)
536
536
SWIFT_CC(RegisterPreservingCC);
537
537
538
- // / Decrement the weak/ unowned retain count by n.
538
+ // / Decrement the unowned retain count by n.
539
539
SWIFT_RT_ENTRY_VISIBILITY
540
540
void swift_nonatomic_unownedRelease_n (HeapObject *value, int n)
541
541
SWIFT_CC(RegisterPreservingCC);
@@ -561,7 +561,7 @@ void swift_unownedRetainStrongAndRelease(HeapObject *value)
561
561
562
562
// / Increment the strong retain count of an object which may have been
563
563
// / deallocated, aborting if it has been deallocated, and decrement its
564
- // / weak/ unowned reference count.
564
+ // / unowned reference count.
565
565
SWIFT_RT_ENTRY_VISIBILITY
566
566
void swift_nonatomic_unownedRetainStrongAndRelease (HeapObject *value)
567
567
SWIFT_CC(RegisterPreservingCC);
You can’t perform that action at this time.
0 commit comments