Browse Source

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 6 years ago
parent
commit
5cb4860f3d
1 changed files with 1 additions and 1 deletions
  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