[ObjC] Simplify root registry generation.

The the distinction in the output isn't worth it.

PiperOrigin-RevId: 556828871
diff --git a/objectivec/GPBTimestamp.pbobjc.m b/objectivec/GPBTimestamp.pbobjc.m
index edd7349..f2b44fd 100644
--- a/objectivec/GPBTimestamp.pbobjc.m
+++ b/objectivec/GPBTimestamp.pbobjc.m
@@ -28,8 +28,8 @@
 
 @implementation GPBTimestampRoot
 
-// No extensions in the file and no imports, so no need to generate
-// +extensionRegistry.
+// No extensions in the file and no imports or none of the imports (direct or
+// indirect) defined extensions, so no need to generate +extensionRegistry.
 
 @end