summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--console-client/vga-support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/console-client/vga-support.c b/console-client/vga-support.c
index 130bcc50..ce4d7354 100644
--- a/console-client/vga-support.c
+++ b/console-client/vga-support.c
@@ -284,7 +284,7 @@ vga_set_font_height (int height)
}
-/* Get the font height in pixel. Can be 8 or 9. */
+/* Get the font width in pixel. Can be 8 or 9. */
int
vga_get_font_width (void)
{
@@ -292,7 +292,7 @@ vga_get_font_width (void)
return (inb (VGA_SEQ_DATA_REG) & VGA_SEQ_CLOCK_MODE_8) ? 8 : 9;
}
-/* Set the font height in pixel. WIDTH can be 8 or 9. */
+/* Set the font width in pixel. WIDTH can be 8 or 9. */
void
vga_set_font_width (int width)
{