changeset f438fcbab00e in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=f438fcbab00e
description:
        mem, stats: fix typos in CommMonitor and Stats

        Signed-off-by: Pierre-Yves Péneau <[email protected]>
        Reviewed-by: Tony Gutierrez <[email protected]>
        Reviewed-by: Jason Lowe-Power <[email protected]>
        Signed-off-by: Jason Lowe-Power <[email protected]>

        Reviewed at http://reviews.gem5.org/r/3802/

diffstat:

 src/base/statistics.hh  |  4 ++--
 src/mem/comm_monitor.cc |  2 +-
 src/mem/comm_monitor.hh |  2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 22d08b519cb0 -r f438fcbab00e src/base/statistics.hh
--- a/src/base/statistics.hh    Wed Feb 15 14:56:54 2017 -0600
+++ b/src/base/statistics.hh    Wed Feb 15 14:59:06 2017 -0600
@@ -1359,7 +1359,7 @@
 };
 
 /**
- * Templatized storage and interface for a distrbution stat.
+ * Templatized storage and interface for a distribution stat.
  */
 class DistStor
 {
@@ -1894,7 +1894,7 @@
     }
 
     /**
-     *  Add the argument distribution to the this distibution.
+     *  Add the argument distribution to the this distribution.
      */
     void add(DistBase &d) { data()->add(d.data()); }
 
diff -r 22d08b519cb0 -r f438fcbab00e src/mem/comm_monitor.cc
--- a/src/mem/comm_monitor.cc   Wed Feb 15 14:56:54 2017 -0600
+++ b/src/mem/comm_monitor.cc   Wed Feb 15 14:59:06 2017 -0600
@@ -490,7 +490,7 @@
     stats.writeTransHist
         .init(params()->transaction_bins)
         .name(name() + ".writeTransHist")
-        .desc("Histogram of read transactions per sample period")
+        .desc("Histogram of write transactions per sample period")
         .flags(stats.disableTransactionHists ? nozero : pdf);
 
     stats.readAddrDist
diff -r 22d08b519cb0 -r f438fcbab00e src/mem/comm_monitor.hh
--- a/src/mem/comm_monitor.hh   Wed Feb 15 14:56:54 2017 -0600
+++ b/src/mem/comm_monitor.hh   Wed Feb 15 14:59:06 2017 -0600
@@ -271,7 +271,7 @@
     struct MonitorStats
     {
 
-        /** Disable flag for burst length historgrams **/
+        /** Disable flag for burst length histograms **/
         bool disableBurstLengthHists;
 
         /** Histogram of read burst lengths */
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev

Reply via email to