The third component of struct vidconsole_priv is ycur.

Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
---
 include/video_console.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/video_console.h b/include/video_console.h
index 63af741778..44e7bdbe29 100644
--- a/include/video_console.h
+++ b/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
-- 
2.18.0

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to