diff --git a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
index 5725ed8..6517bd1 100644
--- a/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
+++ b/core/modules/simpletest/lib/Drupal/simpletest/TestBase.php
@@ -767,8 +767,8 @@ abstract class TestBase {
    * miscellaneous characters. Use this method when testing general input
    * where the content is not restricted.
    *
-   * Do not use this method when special characters are not allowed (e.g., in
-   * machine or file names); instead, use
+   * Do not use this method when special characters are not possible (e.g., in
+   * machine or file names that have already been validated); instead, use
    * Drupal\simpletest\TestBase::randomName().
    *
    * @param $length
