summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorEric Melville <perlbug@perl.org>2002-10-07 02:58:34 +0000
committerhv <hv@crypt.org>2002-10-12 14:22:36 +0000
commit5d0b5eb0d84b46759ea760215f127e4722154ba8 (patch)
treee4161db2177e08f2673c594e91f807e06b7bdb05 /utils
parent3979c56f3b524e6b2ea9583eb2bf578ff4a4112c (diff)
downloadperl-5d0b5eb0d84b46759ea760215f127e4722154ba8.tar.gz
[perl #17773] errors in c2ph(1) man page
From: Eric Melville (via RT) <perlbug@perl.org> Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org> p4raw-id: //depot/perl@18007
Diffstat (limited to 'utils')
-rw-r--r--utils/c2ph.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/c2ph.PL b/utils/c2ph.PL
index d676218ce3..655ae294c1 100644
--- a/utils/c2ph.PL
+++ b/utils/c2ph.PL
@@ -184,9 +184,9 @@ declarations at least, but that's quite a bit.
Prior to this point, anyone programming in perl who wanted to interact
with C programs, like the kernel, was forced to guess the layouts of
-the C strutures, and then hardwire these into his program. Of course,
+the C structures, and then hardwire these into his program. Of course,
when you took your wonderfully crafted program to a system where the
-sgtty structure was laid out differently, you program broke. Which is
+sgtty structure was laid out differently, your program broke. Which is
a shame.
We've had Larry's h2ph translator, which helped, but that only works on