[lldb][AArch64][NFC] Move a comment in GCS tests

Got put in the wrong place during a rebase.
diff --git a/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py b/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
index fd46a42..797551b 100644
--- a/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
+++ b/lldb/test/API/linux/aarch64/gcs/TestAArch64LinuxGCS.py
@@ -83,6 +83,8 @@
             ],
         )
 
+    # This helper reads all the GCS registers and optionally compares them
+    # against a previous state, then returns the current register values.
     def check_gcs_registers(
         self,
         expected_gcs_features_enabled=None,
@@ -115,8 +117,6 @@
 
         return gcs_features_enabled, gcs_features_locked, gcspr_el0
 
-    # This helper reads all the GCS registers and optionally compares them
-    # against a previous state, then returns the current register values.
     @skipUnlessArch("aarch64")
     @skipUnlessPlatform(["linux"])
     def test_gcs_registers(self):