summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-04 10:52:31 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-04 10:52:31 -0800
commit6c349ea389f852484b7c459bb8412720ef5ac7bf (patch)
tree376a599b79f79025b74d141fc80caf6f5003accf
parentb2befa48e38a9738c97501e180d1296e3323b4a9 (diff)
parent3b752b7e96481b3c38a65d3e54f7a13c96c05f47 (diff)
Merge pull request #235 from coder543/patch-1
Update benchmarks.md
-rw-r--r--benchmarks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks.md b/benchmarks.md
index 80a50fd..872cce3 100644
--- a/benchmarks.md
+++ b/benchmarks.md
@@ -27,7 +27,7 @@ Git*](https://github.com/progit/progit/tree/master/en) by Scott Chacon.
time is the *difference* between the time to run the program
with the benchmark input and the time to run it with no input.
(This procedure ensures that implementations in dynamic languages are
-not prenalized by startup time.) A median of ten runs is taken. The
+not penalized by startup time.) A median of ten runs is taken. The
process is reniced to a high priority so that the system doesn't
interrupt runs.