tests: Fix typos in comments and help message (found by codespell)

Fix also a grammar issue.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20180713054755.23323-1-sw@weilnetz.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
Stefan Weil
2018-07-13 07:47:55 +02:00
committed by Laurent Vivier
parent 7e63bc38ad
commit e50a61219f
8 changed files with 9 additions and 9 deletions

View File

@@ -122,7 +122,7 @@ class CatchBreakpoint(gdb.Breakpoint):
def run_test():
"Run throught the tests one by one"
"Run through the tests one by one"
print ("Checking we can step the first few instructions")
step_ok = 0