summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Cromie <jim.cromie@gmail.com>2016-04-27 06:22:22 -0600
committerJames E Keenan <jkeenan@cpan.org>2016-04-28 19:10:52 -0400
commite34630bf0be590532e13cc73d3fc205d0586636a (patch)
tree5cfaa030f1da707277496fb3493351b3ffb9a2c0
parent2ed1f60872d6a523432151bf9b766463083779d7 (diff)
downloadperl-e34630bf0be590532e13cc73d3fc205d0586636a.tar.gz
trivial s/or/of/ doc patch
-rwxr-xr-xPorting/bench.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/bench.pl b/Porting/bench.pl
index f2fcf124ee..94732fe0e3 100755
--- a/Porting/bench.pl
+++ b/Porting/bench.pl
@@ -30,7 +30,7 @@ perl executables and show how much each test has gotten better or worse.
It is modelled on the F<perlbench> tool, but since it measures instruction
reads etc., rather than timings, it is much more precise and reproducible.
-It is also considerably faster, and is capable or running tests in
+It is also considerably faster, and is capable of running tests in
parallel (with C<-j>). Rather than displaying a single relative
percentage per test/perl combination, it displays values for 13 different
measurements, such as instruction reads, conditional branch misses etc.