summaryrefslogtreecommitdiff
path: root/src/gx_vga.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@herrb.eu>2022-05-01 20:25:09 +0200
committerMatthieu Herrb <matthieu@herrb.eu>2022-05-01 20:25:09 +0200
commitd83cf3635d9397f1dd092608276c7072ed39dd91 (patch)
tree4a8d186a6b13163e207873f09f67e494b728d381 /src/gx_vga.c
parente8b23199e5d87551d4ba5e6156ec008ed19cb0d9 (diff)
parent27ea30c38994b689d6e27e8fac8c63d69179f9b5 (diff)
Merge remote-tracking branch 'origin/master' into obsd
Diffstat (limited to 'src/gx_vga.c')
-rw-r--r--src/gx_vga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gx_vga.c b/src/gx_vga.c
index 48d08d5..9482a3f 100644
--- a/src/gx_vga.c
+++ b/src/gx_vga.c
@@ -174,7 +174,7 @@ gu2_gfx_to_vga(int vga_mode)
/*restart the sequencer */
gfx_outw(0x3C4, 0x300);
- /* turn on the attribute controler */
+ /* turn on the attribute controller */
tmp = gfx_inb(0x3DA);
gfx_outb(0x3C0, 0x20);
tmp = gfx_inb(0x3DA);