@@ -903,11 +903,14 @@ if (cls == Nil || (uintptr_t)cls & 1) continue; objc_unregister_class(cls); - /* The table might have been resized, so start again */ + /* + * The table might have been resized, so go back to the + * start again. + */ i = 0; } } assert(classes_cnt == 0);