summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-14 18:10:52 -0700
committerAnatolij Gustschin <agust@denx.de>2016-01-30 10:58:47 +0100
commit8cdae1dacde7dbe74d53a8ac1a05761a53c4f191 (patch)
treeddd0b2f872f8e10f907f4baaebd380e4beaa7a93 /include
parent5674ead7d2e731fdd8fb1bd50efcbdba54c51dd9 (diff)
downloadblackbird-obmc-uboot-8cdae1dacde7dbe74d53a8ac1a05761a53c4f191.tar.gz
blackbird-obmc-uboot-8cdae1dacde7dbe74d53a8ac1a05761a53c4f191.zip
video: Correct 'tor' typo in comment
This should be 'rot', not 'tor'. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/video.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/video.h b/include/video.h
index 0e265dede9..c434bc71ae 100644
--- a/include/video.h
+++ b/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
OpenPOWER on IntegriCloud