diff --git a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
index 3a87a8c7df2e4bbb1213844760a454cbad39803f..0196edbd3c071f47a3733dc7b199415de45bc252 100644
--- a/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
+++ b/typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php
@@ -2003,8 +2003,7 @@ class ContentObjectRenderer
             $conf['cacheRead'] = 1;
             $conf['cacheStore'] = 1;
         }
-        // Check, which of the available stdWrap functions is needed for the current conf Array
-        // and keep only those but still in the same order
+        // The configuration is sorted and filtered by intersection with the defined stdWrapOrder.
         $sortedConf = array_intersect_key($this->stdWrapOrder, $conf);
         // Functions types that should not make use of nested stdWrap function calls to avoid conflicts with internal TypoScript used by these functions
         $stdWrapDisabledFunctionTypes = 'cObject,functionName,stdWrap';