From d1a48bcce645417a983a4c96090ed70e860915b4 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 12 Feb 2014 19:27:43 +0100 Subject: Fix typos --- console-client/vga-support.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console-client') 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) { -- cgit v1.2.3