OvmfPkg: Fix typing errors in header files

Correct some typos in the header files of the OvmfPkg
(which have been discovered with the codespell utility).

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
Thomas Huth
2016-09-13 10:33:20 +02:00
committed by Laszlo Ersek
parent 8c0b0b34f7
commit b6b33f67df
7 changed files with 9 additions and 9 deletions

View File

@@ -45,7 +45,7 @@ struct setup_header {
UINT16 movesize;
UINT32 code32_start; /* Start of code loaded high */
UINT32 ramdisk_start; /* Start of initial ramdisk */
UINT32 ramdisk_len; /* Lenght of initial ramdisk */
UINT32 ramdisk_len; /* Length of initial ramdisk */
UINT32 bootsect_kludge;
UINT16 heap_end;
UINT8 ext_loader_ver; /* Extended boot loader version */