summaryrefslogtreecommitdiff
path: root/ext/Fcntl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-18 19:34:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-18 19:34:16 +0000
commit554ad1fcb1c9a72f13e2c15496f1fa2ad5b5e63c (patch)
tree2786519f2fcaec44f0245767070271e3b2357173 /ext/Fcntl
parent880a76e2f35aeaa0d2eac1e5117d0f24c7256baa (diff)
downloadperl-554ad1fcb1c9a72f13e2c15496f1fa2ad5b5e63c.tar.gz
Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
p4raw-id: //depot/perl@20764
Diffstat (limited to 'ext/Fcntl')
-rw-r--r--ext/Fcntl/Fcntl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/Fcntl/Fcntl.pm b/ext/Fcntl/Fcntl.pm
index 9cdeb13ed0..7ef0038bd1 100644
--- a/ext/Fcntl/Fcntl.pm
+++ b/ext/Fcntl/Fcntl.pm
@@ -11,8 +11,8 @@ Fcntl - load the C Fcntl.h defines
=head1 DESCRIPTION
-This module is just a translation of the C F<fnctl.h> file.
-Unlike the old mechanism of requiring a translated F<fnctl.ph>
+This module is just a translation of the C F<fcntl.h> file.
+Unlike the old mechanism of requiring a translated F<fcntl.ph>
file, this uses the B<h2xs> program (see the Perl source distribution)
and your native C compiler. This means that it has a
far more likely chance of getting the numbers right.