socsvn commit: r269716 - soc2014/seiya/bootsplash/sys/dev/fb

seiya at FreeBSD.org seiya at FreeBSD.org
Wed Jun 18 06:37:19 UTC 2014


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;


More information about the svn-soc-all mailing list