OvmfPkg: Fix typing errors
Correct some typos (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> Cc: Jordan Justen <jordan.l.justen@intel.com> Cc: Thomas Huth <thuth@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
committed by
Laszlo Ersek
parent
3e92a99747
commit
8c0b0b34f7
@@ -1255,8 +1255,8 @@ ConnectRecursivelyIfPciMassStorage (
|
||||
This notification function is invoked when the
|
||||
EMU Variable FVB has been changed.
|
||||
|
||||
@param Event The event that occured
|
||||
@param Context For EFI compatiblity. Not used.
|
||||
@param Event The event that occurred
|
||||
@param Context For EFI compatibility. Not used.
|
||||
|
||||
**/
|
||||
VOID
|
||||
@@ -1480,8 +1480,8 @@ Routine Description:
|
||||
This notification function is invoked when an instance of the
|
||||
EFI_DEVICE_PATH_PROTOCOL is produced.
|
||||
|
||||
@param Event The event that occured
|
||||
@param Context For EFI compatiblity. Not used.
|
||||
@param Event The event that occurred
|
||||
@param Context For EFI compatibility. Not used.
|
||||
|
||||
**/
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user