Skip to content

Commit

Permalink
target/assistant: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbonnici committed Jun 23, 2020
1 parent e20c254 commit 69859ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wa/framework/target/assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,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

0 comments on commit 69859ac

Please sign in to comment.