diff -u b/core/includes/install.core.inc b/core/includes/install.core.inc --- b/core/includes/install.core.inc +++ b/core/includes/install.core.inc @@ -1942,9 +1942,9 @@ // Installations on Windows can run into limitations with MAX_PATH if the // Drupal root directory is too deep in the filesystem. Generally this shows - // up in cached Twig templates. Because of their variable length, for example - // template suggestions can arbitrarily lengthen a filename, there is no set - // limit beyond which Drupal will not function correctly on Windows. Thus we + // up in cached Twig templates. Because template suggestions can arbitrarily + // lengthen a filename, for example, there is no predictable root directory + // depth beyond which Drupal will not function correctly on Windows. Thus we // only warn if a Drupal is being installed more than 100 characters deep in // the filesystem. if (strpos(strtolower(php_uname('s')), 'win') === 0) {