summaryrefslogtreecommitdiff
path: root/lib/B
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2022-04-16 18:38:47 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-04-16 18:38:47 +0000
commit27bf08d22dce7c8c15a8e0510e9b6838c1f1426f (patch)
treef327e3919ecef568357ee0d17056a8c378b2b8bd /lib/B
parentb507a2212fa68b0ef9c8d18f6456b2f342acfc8f (diff)
downloadperl-27bf08d22dce7c8c15a8e0510e9b6838c1f1426f.tar.gz
Correct spelling error in inline comment
Diffstat (limited to 'lib/B')
-rw-r--r--lib/B/Deparse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm
index 9f46c7642c..7c2ecf992c 100644
--- a/lib/B/Deparse.pm
+++ b/lib/B/Deparse.pm
@@ -459,7 +459,7 @@ sub next_todo {
# Skip lexical 'state' subs imported from the builtin::
# package, since they are created automatically by
- # use bulitin "foo"
+ # use builtin "foo"
if ($cv && $category =~ /\bstate\b/) {
my $globname;
my $gv = $cv->GV;