[U-Boot] [PATCH 19/19] video: Correct 'tor' typo in comment
Simon Glass
sjg at chromium.org
Fri Jan 15 02:10:52 CET 2016
This should be 'rot', not 'tor'.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
include/video.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/video.h b/include/video.h
index 5ed0999..cc2b35a 100644
--- a/include/video.h
+++ b/include/video.h
@@ -54,7 +54,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
--
2.6.0.rc2.230.g3dd15c0
More information about the U-Boot
mailing list