This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit d1a48bcce645417a983a4c96090ed70e860915b4
Author: Samuel Thibault <[email protected]>
Date:   Wed Feb 12 19:27:43 2014 +0100

    Fix typos
---
 console-client/vga-support.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/console-client/vga-support.c b/console-client/vga-support.c
index 130bcc5..ce4d735 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)
 {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git

Reply via email to