diff options
author | Larry Shatzer Jr. <larrysh@cpan.org> | 2004-11-15 08:59:14 -0700 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-11-16 10:49:35 +0000 |
commit | 3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 (patch) | |
tree | 5bc7b07a41d3ba67f0fb8c23d2674a390ae51fe2 /perlio.h | |
parent | 4026c95ac795414220d662f764bd6e993724505d (diff) | |
download | perl-3d036c2b4a16bfabb30adc0a1c9a65f0f7823869.tar.gz |
s/hierachy/hierarchy/
From: "Larry Shatzer Jr." <larrysh@cpan.org>
Message-ID: <20041115225913.GA22373@zippy.zyx.net>
p4raw-id: //depot/perl@23500
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ #define _PERLIO_H /* Interface for perl to IO functions. - There is a hierachy of Configure determined #define controls: + There is a hierarchy of Configure determined #define controls: USE_STDIO - forces PerlIO_xxx() to be #define-d onto stdio functions. This is used for x2p subdirectory and for conservative builds - "just like perl5.00X used to be". |