1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

video: Correct 'tor' typo in comment

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

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2016-01-14 18:10:52 -07:00
committed by Anatolij Gustschin
parent 5674ead7d2
commit 8cdae1dacd

View File

@@ -49,7 +49,7 @@ enum video_log2_bpp {
* *
* @xsize: Number of pixel columns (e.g. 1366) * @xsize: Number of pixel columns (e.g. 1366)
* @ysize: Number of pixels rows (e.g.. 768) * @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 * @bpix: Encoded bits per pixel
* @vidconsole_drv_name: Driver to use for the text console, NULL to * @vidconsole_drv_name: Driver to use for the text console, NULL to
* select automatically * select automatically