summaryrefslogtreecommitdiff
path: root/perlio.h
diff options
context:
space:
mode:
authorLarry Shatzer Jr. <larrysh@cpan.org>2004-11-15 08:59:14 -0700
committerH.Merijn Brand <h.m.brand@xs4all.nl>2004-11-16 10:49:35 +0000
commit3d036c2b4a16bfabb30adc0a1c9a65f0f7823869 (patch)
tree5bc7b07a41d3ba67f0fb8c23d2674a390ae51fe2 /perlio.h
parent4026c95ac795414220d662f764bd6e993724505d (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perlio.h b/perlio.h
index dd1e3d51a0..adea6b74fe 100644
--- a/perlio.h
+++ b/perlio.h
@@ -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".