a few typo fixes
[p5sagit/p5-mst-13.2.git] / ext / B / B / Deparse.pm
index b02b9e1..b84e8ea 100644 (file)
@@ -2957,7 +2957,7 @@ sub pp_entersub {
        }
     } else {
        # glob() invocations can be translated into calls of
-       # CORE::GLOBAL::glob with an second parameter, a number.
+       # CORE::GLOBAL::glob with a second parameter, a number.
        # Reverse this.
        if ($kid eq "CORE::GLOBAL::glob") {
            $kid = "glob";