VESA driver: typo fix

Fixes #1265.
This commit is contained in:
Christian Prochaska 2014-09-29 15:24:49 +02:00 committed by Christian Helmuth
parent 4d4d3cb9bb
commit 0252d47f28
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ struct mb_vbe_mode_t
/* >= VESA version 2.0 */
uint32_t phys_base;
uint32_t reserved1;
uint16_t reversed2;
uint16_t reserved2;
/* >= VESA version 3.0 */
uint16_t linear_bytes_per_scanline;