diff --git a/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php b/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
index b19c6bea2f8835e36cd63bffd8bb7c8374bd2830..4e62f087c003f58a990c7632c7924a7cfe06ad17 100644
--- a/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
+++ b/core/modules/node/tests/src/Kernel/NodeFieldAccessTest.php
@@ -53,7 +53,7 @@ public function testAccessToAdministrativeFields() {
     ]);
     $page->save();
 
-    // Create the article node type with revisions disabled.
+    // Create the article node type with revisions enabled.
     $article = NodeType::create([
       'type' => 'article',
       'new_revision' => TRUE,