From 41dfc44dc63b766ff5e7e39db3d5bbbeae605db5 Mon Sep 17 00:00:00 2001 From: Bret Barkelew Date: Wed, 19 Dec 2018 13:17:45 +0800 Subject: [PATCH] MdePkg/IndustryStandard: Remove an incorrectly spelled macro EFI_RETURNING_FROM_EFI_APPLICATOIN is not correctly spelled, so now remove it. 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 deletions(-) diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h index ee517ddbda..96784708ae 100644 --- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h +++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h @@ -56,8 +56,6 @@ #define EFI_CALLING_EFI_APPLICATION \ "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 \ -- 2.39.5