diff options
author | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-11 06:37:03 +0000 |
---|---|---|
committer | tgingold <tgingold@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-02-11 06:37:03 +0000 |
commit | 84e73ac219356983b29e3866017189a36c82b323 (patch) | |
tree | 71980ea0e2c71951220f6c4eda2a629e56fc4519 /EdkModulePkg/Core | |
parent | 0b293ccb7e678b37d19e00618c79f313fe211a84 (diff) | |
download | edk2-platforms-84e73ac219356983b29e3866017189a36c82b323.tar.xz |
fix a typo in a comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2361 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkModulePkg/Core')
-rw-r--r-- | EdkModulePkg/Core/Dxe/DxeMain/DxeMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
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))
|