aboutsummaryrefslogtreecommitdiff
path: root/bart/thermal/ThermalAssert.py
diff options
context:
space:
mode:
authorKapileshwar Singh <kapileshwar.singh@arm.com>2015-10-05 17:10:45 +0100
committerKapileshwar Singh <kapileshwar.singh@arm.com>2015-10-05 17:10:45 +0100
commit04d265f52c1b17b0e45594cee7d655ee11137380 (patch)
tree6e3d898ff48ca109d76b22ef605b283169fca4d8 /bart/thermal/ThermalAssert.py
parentad8024162f65f33fdaf5ddfeb3d0ef5baedd160a (diff)
downloadbart-04d265f52c1b17b0e45594cee7d655ee11137380.tar.gz
doc: ThermalAssert: Fix typos
Signed-off-by: Kapileshwar Singh <kapileshwar.singh@arm.com>
Diffstat (limited to 'bart/thermal/ThermalAssert.py')
-rw-r--r--bart/thermal/ThermalAssert.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bart/thermal/ThermalAssert.py b/bart/thermal/ThermalAssert.py
index 75b8511..1dd77a2 100644
--- a/bart/thermal/ThermalAssert.py
+++ b/bart/thermal/ThermalAssert.py
@@ -41,7 +41,7 @@ class ThermalAssert(object):
"""Return the total time spent in a given temperature range
:param temp_range: A tuple of (low_temp, high_temp)
- which the specifies the range of temperature that
+ which specifies the range of temperature that
one intends to calculate the residency for.
:type temp_range: tuple
@@ -114,7 +114,7 @@ class ThermalAssert(object):
return abs(a - expected) <= THRESHOLD
:param temp_range: A tuple of (low_temp, high_temp)
- which the specifies the range of temperature that
+ which specifies the range of temperature that
one intends to calculate the residency for.
:type temp_range: tuple