summaryrefslogtreecommitdiffstats
path: root/OvmfPkg/Csm
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2020-02-07 02:08:09 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-02-10 22:30:07 +0000
commitf6fc95c943c1907ac44404c4937937febf13fe80 (patch)
treeba80c6a115beb776818a5e645c31be34cafd2c7d /OvmfPkg/Csm
parent48cf40b8c92e164f0785cccf5b9c6815561c8474 (diff)
downloadedk2-f6fc95c943c1907ac44404c4937937febf13fe80.tar.gz
edk2-f6fc95c943c1907ac44404c4937937febf13fe80.tar.bz2
edk2-f6fc95c943c1907ac44404c4937937febf13fe80.zip
OvmfPkg/Csm/LegacyBios: Fix a typo
Fix a typo in the header documentation. Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-57-philmd@redhat.com>
Diffstat (limited to 'OvmfPkg/Csm')
-rw-r--r--OvmfPkg/Csm/Include/Protocol/LegacyBios.h2
1 files changed, 1 insertions, 1 deletions
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.