diff --git a/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php b/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
index 322e1c6989101e880d8c1549655d8b0f2982cde6..b0ffb5d58f789cd0a2d7836720718313d7a28741 100644
--- a/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
+++ b/core/tests/Drupal/KernelTests/Core/Database/SchemaTest.php
@@ -953,7 +953,7 @@ public function testChangePrimaryKeyToSerial() {
     }
 
     // @todo https://www.drupal.org/project/drupal/issues/3222127 Change the
-    // first item of the array to 0 to test changing a field with 0 to a serial.
+    //   first item to 0 to test changing a field with 0 to a serial.
     // Create 8 rows in the table. Note that the 5 value is deliberately
     // omitted.
     foreach ([1, 2, 3, 4, 6, 7, 8, 9] as $value) {