Explorar o código

dm: video: adjust struct vidconsole_priv description

The third component of struct vidconsole_priv is ycur.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Heinrich Schuchardt %!s(int64=6) %!d(string=hai) anos
pai
achega
5cb4860f3d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/video_console.h

+ 1 - 1
include/video_console.h

@@ -45,7 +45,7 @@ enum color_idx {
  *
  * @sdev:	stdio device, acting as an output sink
  * @xcur_frac:	Current X position, in fractional units (VID_TO_POS(x))
- * @curr_row:	Current Y position in pixels (0=top)
+ * @ycur:	Current Y position in pixels (0=top)
  * @rows:	Number of text rows
  * @cols:	Number of text columns
  * @x_charsize:	Character width in pixels