summaryrefslogtreecommitdiff
path: root/src/cpu/pred/ltage.cc
diff options
context:
space:
mode:
authorPau Cabre <pau.cabre@metempsy.com>2018-12-02 00:20:13 +0100
committerPau Cabre <pau.cabre@metempsy.com>2018-12-11 22:21:56 +0000
commit7fa4c946386e7207ad5859e8ade0bbfc14000d91 (patch)
tree7db82a5707c9ad8b74262328a2980234ded4b3ec /src/cpu/pred/ltage.cc
parent71f6fd3df47989f91829a261bba751ce40531795 (diff)
downloadgem5-7fa4c946386e7207ad5859e8ade0bbfc14000d91.tar.xz
cpu: Fixed typos in parameter/stats descriptions
Change-Id: I7b3274a3e37128da35f497da150af08343e97ee6 Signed-off-by: Pau Cabre <pau.cabre@metempsy.com> Reviewed-on: https://gem5-review.googlesource.com/c/14795 Reviewed-by: Jason Lowe-Power <jason@lowepower.com> Reviewed-by: Ilias Vougioukas <ilias.vougioukas@arm.com> Maintainer: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'src/cpu/pred/ltage.cc')
-rw-r--r--src/cpu/pred/ltage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/pred/ltage.cc b/src/cpu/pred/ltage.cc
index 8f332b3b5..56e1555cf 100644
--- a/src/cpu/pred/ltage.cc
+++ b/src/cpu/pred/ltage.cc
@@ -365,7 +365,7 @@ LTAGE::regStats()
loopPredictorWrong
.name(name() + ".loopPredictorWrong")
- .desc("Number of times the loop predictor is the provier and "
+ .desc("Number of times the loop predictor is the provider and "
"the prediction is wrong");
}