MdeModulePkg: Fix definition typos

`defintion`->`definition`

Signed-off-by: Dongyan Qian <qiandongyan@loongson.cn>
This commit is contained in:
Dongyan Qian
2025-06-05 20:49:27 +08:00
committed by mergify[bot]
parent b0bc23d1f2
commit 51a8869907
5 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -20,7 +20,7 @@
#include <Library/BaseLib.h>
//
// PCI Defintions.
// PCI Definitions.
//
#define PCI_BRIDGE_32_BIT_IO_SPACE 0x01

View File

@@ -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>

View File

@@ -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>