MdeModulePkg: Fix definition typos
`defintion`->`definition` Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>
This commit is contained in:
committed by
mergify[bot]
parent
b0bc23d1f2
commit
51a8869907
@@ -875,7 +875,7 @@ Uhci2BulkTransfer (
|
||||
|
||||
//
|
||||
// Link the TDs to bulk queue head. According to the platfore
|
||||
// defintion of UHCI_NO_BW_RECLAMATION, BulkQh is either configured
|
||||
// definition of UHCI_NO_BW_RECLAMATION, BulkQh is either configured
|
||||
// to do full speed bandwidth reclamation or not.
|
||||
//
|
||||
BulkQh = Uhc->BulkQh;
|
||||
|
||||
@@ -12,7 +12,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#define __SECURITY_MANAGEMENT_LIB_H__
|
||||
|
||||
//
|
||||
// Authentication Operation defintions for User Identity (UID), Measured and Secure boot.
|
||||
// Authentication Operation definitions for User Identity (UID), Measured and Secure boot.
|
||||
//
|
||||
#define EFI_AUTH_OPERATION_NONE 0x00
|
||||
#define EFI_AUTH_OPERATION_VERIFY_IMAGE 0x01
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
//
|
||||
// PCI Defintions.
|
||||
// PCI Definitions.
|
||||
//
|
||||
#define PCI_BRIDGE_32_BIT_IO_SPACE 0x01
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <PiPei.h>
|
||||
|
||||
//
|
||||
// The protocols, PPI and GUID defintions for this module
|
||||
// The protocols, PPI and GUID definitions for this module
|
||||
//
|
||||
#include <Ppi/MasterBootMode.h>
|
||||
#include <Ppi/FirmwareVolumeInfo.h>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/** @file
|
||||
|
||||
The defintions are required both by Source code and Vfr file.
|
||||
The definitions are required both by Source code and Vfr file.
|
||||
The PLAT_OVER_MNGR_DATA structure, form guid and Ifr question ID are defined.
|
||||
|
||||
Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
|
||||
Reference in New Issue
Block a user