diff --git a/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php b/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
index 42d2731..edca10f 100644
--- a/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
+++ b/core/modules/system/src/Tests/Menu/AssertBreadcrumbTrait.php
@@ -70,8 +70,8 @@ protected function assertBreadcrumbParts($trail) {
     while ($trail && !empty($parts)) {
       foreach ($trail as $path => $title) {
         // If the path is empty, generate the path from the <front> route.  If
-        // the path does not start with a leading, then run it through
-        // Url::fromUri('base:')->toString() to get correct the base
+        // the path does not start with a leading slash, then run it through
+        // Url::fromUri('base:')->toString() to get correct base
         // prepended.
         if ($path == '') {
           $url = Url::fromRoute('<front>')->toString();
