OvmfPkg/Qemu: Fix various typos
Fix various typos in comments and documentation. When "VbeShim.asm" is modified, we have to re-run "VbeShim.sh" to update "VbeShim.h". The string modified by this patch is only used when the DEBUG macro (at the top of the file) is commented out. Since the string is not referenced, NASM eliminates it, resulting in the same byte array content in "VbeShim.h". Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Antoine Coeur <coeur@gmx.fr> Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com> Message-Id: <20200207010831.9046-58-philmd@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
f6fc95c943
commit
a2e7559576
@@ -1,8 +1,8 @@
|
||||
## @file
|
||||
# Component description file for QEMU Flash Fimware Volume Block DXE driver
|
||||
# Component description file for QEMU Flash Firmware Volume Block DXE driver
|
||||
# module.
|
||||
#
|
||||
# This DXE runtime driver implements and produces the Fimware Volue Block
|
||||
# This DXE runtime driver implements and produces the Firmware Volue Block
|
||||
# Protocol for a QEMU flash device.
|
||||
#
|
||||
# Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
|
||||
|
Reference in New Issue
Block a user