mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00:00
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:
committed by
Laurent Vivier
parent
7e63bc38ad
commit
e50a61219f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user