Commit 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191

Authored by Simon Glass
Committed by Anatolij Gustschin
1 parent 5674ead7d2

video: Correct 'tor' typo in comment

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

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

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

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