Skip to content

Commit

Permalink
fw/target: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbonnici committed Aug 4, 2020
1 parent 92335b1 commit 082ffb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wa/framework/target/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""),
]
Expand Down
2 changes: 1 addition & 1 deletion wa/framework/target/descriptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def _override_params(self, params, overrides): # pylint: disable=no-self-use
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):
Expand Down

0 comments on commit 082ffb3

Please sign in to comment.