aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2012-12-07 12:23:27 -0500
committerKevin O'Connor <kevin@koconnor.net>2012-12-07 12:23:27 -0500
commitf9c307260ee5b1603f3c35cb7c9b4ec711256a0c (patch)
treea8c23ab9c4e7653b261b5a0f613cc85afee9dc9a
parentff5e00510cad179707ec54ef45a5dfe38c32e616 (diff)
downloadseabios-hppa-f9c307260ee5b1603f3c35cb7c9b4ec711256a0c.zip
seabios-hppa-f9c307260ee5b1603f3c35cb7c9b4ec711256a0c.tar.gz
seabios-hppa-f9c307260ee5b1603f3c35cb7c9b4ec711256a0c.tar.bz2
vga: Minor comment spelling fix.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--tools/vgafixup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vgafixup.py b/tools/vgafixup.py
index 68e5d1f..52fb934 100644
--- a/tools/vgafixup.py
+++ b/tools/vgafixup.py
@@ -13,7 +13,7 @@
# It is also known that the Windows vgabios emulator has issues with
# addressing negative offsets to the %esp register. That has been
-# worked around by not using the gcc paremeter "-fomit-frame-pointer"
+# worked around by not using the gcc parameter "-fomit-frame-pointer"
# when compiling.
import sys