diff options
author | Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr> | 2017-02-15 14:59:06 -0600 |
---|---|---|
committer | Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr> | 2017-02-15 14:59:06 -0600 |
commit | a854373d5901ae8c86c71dbbf7e369f6490daeac (patch) | |
tree | 09e0bf65ff1d091ead381a6cd6c4306271322dff /src/base | |
parent | a06a46f5d176a7ab1bafe11cd714fc29e4254fda (diff) | |
download | gem5-a854373d5901ae8c86c71dbbf7e369f6490daeac.tar.xz |
mem, stats: fix typos in CommMonitor and Stats
Signed-off-by: Pierre-Yves Péneau <pierre-yves.peneau@lirmm.fr>
Reviewed-by: Tony Gutierrez <anthony.gutierrez@amd.com>
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Reviewed at http://reviews.gem5.org/r/3802/
Diffstat (limited to 'src/base')
-rw-r--r-- | src/base/statistics.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/statistics.hh b/src/base/statistics.hh index f8e651b97..cdb5a0b73 100644 --- a/src/base/statistics.hh +++ b/src/base/statistics.hh @@ -1359,7 +1359,7 @@ struct DistParams : public StorageParams }; /** - * Templatized storage and interface for a distrbution stat. + * Templatized storage and interface for a distribution stat. */ class DistStor { @@ -1894,7 +1894,7 @@ class DistBase : public DataWrap<Derived, DistInfoProxy> } /** - * Add the argument distribution to the this distibution. + * Add the argument distribution to the this distribution. */ void add(DistBase &d) { data()->add(d.data()); } |