dm: video: adjust struct vidconsole_priv description
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 19 Sep 2018 18:18:38 +0000 (20:18 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 28 Sep 2018 16:25:18 +0000 (18:25 +0200)
The third component of struct vidconsole_priv is ycur.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
include/video_console.h

index 63af741778d286f4fd85e6332b35139a6d70d1ff..44e7bdbe290ba5603453a7f33f000d6f56bf2aed 100644 (file)
@@ -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