Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jun 2014 06:37:18 GMT
From:      seiya@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r269716 - soc2014/seiya/bootsplash/sys/dev/fb
Message-ID:  <201406180637.s5I6bI3h086640@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: seiya
Date: Wed Jun 18 06:37:18 2014
New Revision: 269716
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=269716

Log:
  fix a comment

Modified:
  soc2014/seiya/bootsplash/sys/dev/fb/bmp.c

Modified: soc2014/seiya/bootsplash/sys/dev/fb/bmp.c
==============================================================================
--- soc2014/seiya/bootsplash/sys/dev/fb/bmp.c	Wed Jun 18 06:33:23 2014	(r269715)
+++ soc2014/seiya/bootsplash/sys/dev/fb/bmp.c	Wed Jun 18 06:37:18 2014	(r269716)
@@ -433,7 +433,7 @@
 bmp_DecodeRLE8(BMP_INFO *info, int line, int sx, int width)
 {
     int         i;
-    int		count;		/* pixels to be drawn at the `y`th line */
+    int		count;		/* number of pixels to be drawn at once by bmp_draw_line() */
     int		x,y;		/* screen position on screen */
 
     y = line;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406180637.s5I6bI3h086640>