From: Simon Glass <sjg@chromium.org>
Date: Fri, 15 Jan 2016 01:10:52 +0000 (-0700)
Subject: video: Correct 'tor' typo in comment
X-Git-Tag: v2025.01-rc5-pxa1908~10422
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%24image.RelPermalink%20%7D%7D?a=commitdiff_plain;h=8cdae1dacde7dbe74d53a8ac1a05761a53c4f191;p=u-boot.git

video: Correct 'tor' typo in comment

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

Signed-off-by: Simon Glass <sjg@chromium.org>
---

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