mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-18 12:06:08 +00:00
fw/target: Fix typos
This commit is contained in:
parent
92335b1c6e
commit
082ffb32cc
@ -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.
|
||||
"""),
|
||||
]
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user