summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorFingle Nark <finglenark@gmail.com>2010-11-08 09:29:56 -0800
committerFather Chrysostomos <sprout@cpan.org>2010-11-08 09:36:39 -0800
commit3b7535215021402ddc215d2cc374a23a8b33d86d (patch)
tree283b1dde347240743f0a599a64bf8afc8b7cacee /pod/perlhack.pod
parent9fdb8483d0df6457614b48340fce3eac629b436d (diff)
downloadperl-3b7535215021402ddc215d2cc374a23a8b33d86d.tar.gz
typos in comments/pod
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 6fd511e224..831f407ad0 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -2999,7 +2999,7 @@ each SV allocation is also logged.
=head2 Profiling
-Depending on your platform there are various of profiling Perl.
+Depending on your platform there are various ways of profiling Perl.
There are two commonly used techniques of profiling executables:
I<statistical time-sampling> and I<basic-block counting>.