mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
tests: correct typos
Correct typos automatically found with the `typos` tool <https://crates.io/crates/typos> Signed-off-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Pavel Dovgalyuk <Pavel.Dovgalyuk@ispras.ru> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
c555b504d0
commit
35a5a331e4
3 changed files with 5 additions and 5 deletions
|
|
@ -191,7 +191,7 @@ class ReverseDebugging(LinuxKernelTest):
|
|||
self.check_pc(g, steps[-1])
|
||||
logger.info('successfully reached %x' % steps[-1])
|
||||
|
||||
logger.info('exitting gdb and qemu')
|
||||
logger.info('exiting gdb and qemu')
|
||||
vm.shutdown()
|
||||
|
||||
class ReverseDebugging_X86_64(ReverseDebugging):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue