diff --git a/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php b/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php
index 86a0eb158bcfd9ada771afe7e35aa329e834e69d..fc3f084ad31dd199681e5c631094b2ccde44f8c7 100644
--- a/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php
+++ b/typo3/sysext/core/Classes/Configuration/SiteConfiguration.php
@@ -67,7 +67,7 @@ class SiteConfiguration implements SingletonInterface
     protected string $contentSecurityFileName = 'csp.yaml';
 
     /**
-     * Identifier to store all configuration data in cache_core cache.
+     * Identifier to store all configuration data in the core cache.
      *
      * @internal
      */
diff --git a/typo3/sysext/core/Configuration/DefaultConfiguration.php b/typo3/sysext/core/Configuration/DefaultConfiguration.php
index bc66c8b027fdc0f686448dbaeefd00f257ee5aad..a08de90b3206fe285c1d63e2250ecaf177b79856 100644
--- a/typo3/sysext/core/Configuration/DefaultConfiguration.php
+++ b/typo3/sysext/core/Configuration/DefaultConfiguration.php
@@ -164,7 +164,7 @@ return [
         ],
         'caching' => [
             'cacheConfigurations' => [
-                // The cache_core cache is is for core php code only and must
+                // The core cache is is for core php code only and must
                 // not be abused by third party extensions.
                 'core' => [
                     'frontend' => \TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::class,