From: Jarkko Hietaniemi Date: Mon, 10 Sep 2001 12:55:47 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b455bf3ff5608bf466ed0ca36ffb8eb8c6515186;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/perl@11977 --- diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 7c85dfb..669ecf5 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -2349,7 +2349,7 @@ optimizations through the creation of "macro-ops" (ops which perform the functions of multiple ops which are usually executed together, such as C.) -This feature is implmented as a new op type, C. The Perl +This feature is implemented as a new op type, C. 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