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

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