diff --git a/src/test/java/org/apache/commons/math/PerfTestUtils.java b/src/test/java/org/apache/commons/math/PerfTestUtils.java
index b283c4467..b1fac6155 100644
--- a/src/test/java/org/apache/commons/math/PerfTestUtils.java
+++ b/src/test/java/org/apache/commons/math/PerfTestUtils.java
@@ -87,10 +87,11 @@ public class PerfTestUtils {
* the average time (in milliseconds) taken by a single call to the
* {@code call} method (i.e. the time taken by each timed block divided
* by {@code repeatChunk})
- *
- *
- * the result returned by the {@code call} method.
- *
+ *
+ *
+ * the result returned by the {@code call} method.
+ *
+ *
*/
public static double[][][] timesAndResults(int repeatChunk,
int repeatStat,
@@ -162,7 +163,7 @@ public class PerfTestUtils {
boolean runGC,
RunTest ... methods) {
// Header format.
- final String hFormat = "%s (runs per timed block: %d, timed blocks: %d)";
+ final String hFormat = "%s (calls per timed block: %d, timed blocks: %d)";
// Result format.
final String format = "%15s: %e (%e) ms";