From f9c307260ee5b1603f3c35cb7c9b4ec711256a0c Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 7 Dec 2012 12:23:27 -0500 Subject: [PATCH] vga: Minor comment spelling fix. Signed-off-by: Kevin O'Connor --- tools/vgafixup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5