Skip to content

Commit

Permalink
examples/unix/machine_bios.py: Fix typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas <[email protected]>
  • Loading branch information
tacker66 authored and dpgeorge committed Sep 29, 2023
1 parent 10f34b9 commit c854d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/unix/machine_bios.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c854d0e

Please sign in to comment.