mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06: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
|
@ -1060,7 +1060,7 @@ class EventLogDescriptor(unpack.Struct):
|
|||
0x16: 'Log Area Reset/Cleared',
|
||||
0x17: 'System boot',
|
||||
xrange(0x18, 0x7F): 'Unused, available for assignment',
|
||||
xrange(0x80, 0xFE): 'Availalbe for system- and OEM-specific assignments',
|
||||
xrange(0x80, 0xFE): 'Available for system- and OEM-specific assignments',
|
||||
0xFF: 'End of log'
|
||||
}
|
||||
yield 'log_type', u.unpack_one('B'), unpack.format_table("{}", _event_log_type_descriptors)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue