summaryrefslogtreecommitdiff
path: root/console-client
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-12 19:27:43 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-02-12 19:28:01 +0100
commitd1a48bcce645417a983a4c96090ed70e860915b4 (patch)
tree9f6cbcfdc57ba451f0fa2be5cf8c94fa8f3f37d3 /console-client
parentb60c41a3b3e05072637e6277f23455b76197e5b3 (diff)
Fix typos
Diffstat (limited to 'console-client')
-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)
{