1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2024-10-05 18:31:12 +01:00

fw/target: Fix typos

This commit is contained in:
Marc Bonnici 2020-06-23 14:51:29 +01:00
parent 92335b1c6e
commit 082ffb32cc
2 changed files with 3 additions and 3 deletions

View File

@ -62,10 +62,10 @@ class AndroidAssistant(object):
Logcat buffer on android is of limited size and it cannot be
adjusted at run time. Depending on the amount of logging activity,
the buffer may not be enought to capture comlete trace for a
the buffer may not be enough to capture complete trace for a
workload execution. For those situations, logcat may be polled
periodically during the course of the run and stored in a
temporary locaiton on the host. Setting the value of the poll
temporary location on the host. Setting the value of the poll
period enables this behavior.
"""),
]

View File

@ -661,7 +661,7 @@ class DefaultTargetDescriptor(TargetDescriptor):
for override in overrides:
if override.name in param_map:
param_map[override.name] = override
# Return the list of overriden parameters
# Return the list of overridden parameters
return list(param_map.values())
def _get_item(self, item_tuple):