summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
authorBurak Emir <emir@epfl.ch>2007-09-02 10:35:38 +0000
committerBurak Emir <emir@epfl.ch>2007-09-02 10:35:38 +0000
commit6b630a80aa6b425fb431b89c9172b65b07e6bb3e (patch)
tree81204c491d961fbc0588308c4ac71bcf28654555 /src/library
parent33770714c3b38e751eddc51dd58abdef1b0b0138 (diff)
downloadscala-6b630a80aa6b425fb431b89c9172b65b07e6bb3e.tar.gz
scala-6b630a80aa6b425fb431b89c9172b65b07e6bb3e.tar.bz2
scala-6b630a80aa6b425fb431b89c9172b65b07e6bb3e.zip
fixed comment
Diffstat (limited to 'src/library')
-rw-r--r--src/library/scala/testing/Benchmark.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/scala/testing/Benchmark.scala b/src/library/scala/testing/Benchmark.scala
index 8ab3328d0f..bd69de430a 100644
--- a/src/library/scala/testing/Benchmark.scala
+++ b/src/library/scala/testing/Benchmark.scala
@@ -35,7 +35,7 @@ import compat.Platform
* a file called <code>times.log</code>
* </p>
*
- * @author Burak Emir
+ * @author Iulian Dragos, Burak Emir
*/
trait Benchmark {
@@ -74,7 +74,7 @@ trait Benchmark {
* and an optional argument multiplier (mult).
* (n) is the number of consecutive runs, (name) the name
* of a log file where to append the times.
- * if (mult) is present, the benchmark is repeated (mult)
+ * if (mult) is present, the same thing is repeated (mult)
* times.
*/
def main(args: Array[String]) {