From: Philippe Mathieu-Daudé Date: Fri, 7 Feb 2020 01:08:09 +0000 (+0100) Subject: OvmfPkg/Csm/LegacyBios: Fix a typo X-Git-Tag: edk2-stable202002~89 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f6fc95c943c1907ac44404c4937937febf13fe80 OvmfPkg/Csm/LegacyBios: Fix a typo Fix a typo in the header documentation. Reviewed-by: Laszlo Ersek Signed-off-by: Philippe Mathieu-Daude Message-Id: <20200207010831.9046-57-philmd@redhat.com> --- diff --git a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h b/OvmfPkg/Csm/Include/Protocol/LegacyBios.h index cd585a8d58..cb320b6017 100644 --- a/OvmfPkg/Csm/Include/Protocol/LegacyBios.h +++ b/OvmfPkg/Csm/Include/Protocol/LegacyBios.h @@ -1,7 +1,7 @@ /** @file The EFI Legacy BIOS Protocol is used to abstract legacy Option ROM usage under EFI and Legacy OS boot. This file also includes all the related - COMPATIBILIY16 structures and definitions. + COMPATIBILITY16 structures and definitions. Note: The names for EFI_IA32_REGISTER_SET elements were picked to follow well known naming conventions.