Corrected some javadocs.
diff --git a/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestClient.java b/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestClient.java
index 302a0c7..c147f11 100644
--- a/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestClient.java
+++ b/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestClient.java
@@ -181,7 +181,7 @@
     }
 
     /**
-     * Reports on the accumulated throughput trackers.
+     * Reports on the accumulated throughput and latency.
      */
     public void report() {
         DecimalFormat f = new DecimalFormat("#,##0");
diff --git a/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestServer.java b/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestServer.java
index 12cd273..076ad28 100644
--- a/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestServer.java
+++ b/apps/foo/src/main/java/org/onlab/onos/foo/IOLoopTestServer.java
@@ -152,7 +152,7 @@
     }
 
     /**
-     * Reports on the accumulated throughput trackers.
+     * Reports on the accumulated throughput and latency.
      */
     public void report() {
         DecimalFormat f = new DecimalFormat("#,##0");
diff --git a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java
index bbeedd0..797799a 100644
--- a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java
+++ b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestClient.java
@@ -179,7 +179,7 @@
     }
 
     /**
-     * Reports on the accumulated throughput trackers.
+     * Reports on the accumulated throughput and latency.
      */
     public void report() {
         DecimalFormat f = new DecimalFormat("#,##0");
diff --git a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java
index a295c86..ffa6b21 100644
--- a/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java
+++ b/utils/nio/src/test/java/org/onlab/nio/IOLoopTestServer.java
@@ -148,7 +148,7 @@
     }
 
     /**
-     * Reports on the accumulated throughput trackers.
+     * Reports on the accumulated throughput and latency.
      */
     public void report() {
         DecimalFormat f = new DecimalFormat("#,##0");