Corrected some javadocs.
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");