examples/unix/machine_bios.py: Fix typo.

Signed-off-by: Thomas <th.acker.0302@gmail.com>
pull/12396/head
Thomas 2023-09-08 21:11:13 +02:00 zatwierdzone przez Damien George
rodzic 10f34b97d1
commit c854d0e3e1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
# This example shows how to access Video BIOS memory area via machine.mem
# It requires root privilege and x86 legacy harfware (which has mentioned
# It requires root privilege and x86 legacy hardware (which has mentioned
# Video BIOS at all).
# It is expected to print 0xaa55, which is a signature at the start of
# Video BIOS.