From 341d442c0b0775be86b5896d7a0a40bc79328c1f Mon Sep 17 00:00:00 2001 From: Bret Barkelew Date: Wed, 19 Dec 2018 11:41:58 +0800 Subject: [PATCH] MdePkg/IndustryStandard: Introduce a correctly spelled macro EFI_RETURNING_FROM_EFI_APPLICATOIN is incorrect. Before removing it, introduce the correctly spelled one, EFI_RETURNING_FROM_EFI_APPLICATION. https://bugzilla.tianocore.org/show_bug.cgi?id=1368 Cc: Michael D Kinney Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Liming Gao --- MdePkg/Include/IndustryStandard/UefiTcgPlatform.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h index 2d223f4ea7..ee517ddbda 100644 --- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h +++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h @@ -58,6 +58,8 @@ "Calling EFI Application from Boot Option" #define EFI_RETURNING_FROM_EFI_APPLICATOIN \ "Returning from EFI Application from Boot Option" +#define EFI_RETURNING_FROM_EFI_APPLICATION \ + "Returning from EFI Application from Boot Option" #define EFI_EXIT_BOOT_SERVICES_INVOCATION \ "Exit Boot Services Invocation" #define EFI_EXIT_BOOT_SERVICES_FAILED \ -- 2.39.2