summaryrefslogtreecommitdiff
path: root/src/gx_vga.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
commit27ea30c38994b689d6e27e8fac8c63d69179f9b5 (patch)
tree6ab1a75abb9a619b66f91171ad99d7ec4d836ee4 /src/gx_vga.c
parent2c415eb841c94238cf49c44dea4a83fa83621307 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
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);