浏览代码

video: Correct 'tor' typo in comment

This should be 'rot', not 'tor'.

Signed-off-by: Simon Glass <sjg@chromium.org>
Simon Glass 9 年之前
父节点
当前提交
8cdae1dacd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/video.h

+ 1 - 1
include/video.h

@@ -49,7 +49,7 @@ enum video_log2_bpp {
  *
  * @xsize:	Number of pixel columns (e.g. 1366)
  * @ysize:	Number of pixels rows (e.g.. 768)
- * @tor:	Display rotation (0=none, 1=90 degrees clockwise, etc.)
+ * @rot:	Display rotation (0=none, 1=90 degrees clockwise, etc.)
  * @bpix:	Encoded bits per pixel
  * @vidconsole_drv_name:	Driver to use for the text console, NULL to
  *		select automatically