diff options
author | Thomas <th.acker.0302@gmail.com> | 2023-09-08 21:11:13 +0200 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-09-29 17:02:15 +1000 |
commit | c854d0e3e1a05c06fadf997963932f2da5477a39 (patch) | |
tree | ea08678e7837cc52fa43e1c41f6d58641c1e38ad /examples/unix/machine_bios.py | |
parent | 10f34b97d14dc3975fb021cd79d6ed95967e5a66 (diff) | |
download | micropython-c854d0e3e1a05c06fadf997963932f2da5477a39.tar.gz micropython-c854d0e3e1a05c06fadf997963932f2da5477a39.zip |
examples/unix/machine_bios.py: Fix typo.
Signed-off-by: Thomas <th.acker.0302@gmail.com>
Diffstat (limited to 'examples/unix/machine_bios.py')
-rw-r--r-- | examples/unix/machine_bios.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/unix/machine_bios.py b/examples/unix/machine_bios.py index 40aae4ccef..4644d3e2b2 100644 --- a/examples/unix/machine_bios.py +++ b/examples/unix/machine_bios.py @@ -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. |