Change 11977 by jhi@alpha on 2001/09/10 12:55:47
Detypo.
Affected files ...
... //depot/perl/pod/perlguts.pod#98 edit
Differences ...
==== //depot/perl/pod/perlguts.pod#98 (text) ====
Index: perl/pod/perlguts.pod
--- perl/pod/perlguts.pod.~1~ Mon Sep 10 07:00:06 2001
+++ perl/pod/perlguts.pod Mon Sep 10 07:00:06 2001
@@ -2349,7 +2349,7 @@
functions of multiple ops which are usually executed together, such as
C<gvsv, gvsv, add>.)
-This feature is implmented as a new op type, C<OP_CUSTOM>. The Perl
+This feature is implemented as a new op type, C<OP_CUSTOM>. The Perl
core does not "know" anything special about this op type, and so it will
not be involved in any optimizations. This also means that you can
define your custom ops to be any op structure - unary, binary, list and
End of Patch.