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");