diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-05-15 12:01:42 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-05-15 12:01:42 +0000 |
commit | 61699fd9cff97058aa916fa11f87bf31bdcef194 (patch) | |
tree | 61899233ba5ec9f95fc2722cfc2d4fdfa8db4d97 /ext/B | |
parent | d5e10e571adfdb29dfcd8ab6696ddb55454c89bd (diff) | |
download | perl-61699fd9cff97058aa916fa11f87bf31bdcef194.tar.gz |
Fix my typo.
p4raw-id: //depot/perl@33829
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/concise-xs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 6b818a8a71..3906efe28f 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -178,7 +178,7 @@ my $testpkgs = { POSIX => { dflt => 'constant', # all but 252/589 skip => [qw/ _POSIX_JOB_CONTROL /, # platform varying - # Might be XS or imported from Fctnl, depending on your + # Might be XS or imported from Fcntl, depending on your # perl version: qw / S_ISBLK S_ISCHR S_ISDIR S_ISFIFO S_ISREG /], perl => [qw/ import croak AUTOLOAD /], |