From 84e73ac219356983b29e3866017189a36c82b323 Mon Sep 17 00:00:00 2001 From: tgingold Date: Sun, 11 Feb 2007 06:37:03 +0000 Subject: [PATCH] fix a typo in a comment git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2361 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c b/EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c index b590538fea..9252d85ebf 100644 --- a/EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c +++ b/EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c @@ -350,7 +350,7 @@ Returns: ASSERT_EFI_ERROR (Status); // - // Initialize the ReportStatusCode with PEI version, if availible + // Initialize the ReportStatusCode with PEI version, if available // CoreGetPeiProtocol (&gEfiStatusCodeRuntimeProtocolGuid, (VOID **)&gStatusCode->ReportStatusCode); #if ((EDK_RELEASE_VERSION != 0) && (EFI_SPECIFICATION_VERSION < 0x00020000)) -- 2.39.2