From 469d616a7779d2ba981dde408246fd7fdf8f724e Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Wed, 21 Aug 2019 16:38:42 +0100 Subject: [PATCH] [NFC] Fix comment. --- arc.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arc.m b/arc.m index 321e532..b73276c 100644 --- a/arc.m +++ b/arc.m @@ -855,7 +855,8 @@ OBJC_PUBLIC id objc_loadWeakRetained(id* addr) // will acquire the lock before attempting to deallocate) if (obj == nil) { - // If we've destroyed this weak ref, then make sure that we also deallocate the object. + // If the object is destroyed, drop this reference to the WeakRef + // struct. if (ref != NULL) { weakRefRelease(ref);