diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 06:34:31 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-14 06:34:31 +0000 |
commit | 5f300691d0ef724c1580924da6ba6750794d918e (patch) | |
tree | 5c4767e7517592e28aba8a253a0ee941db53d99a | |
parent | e60d361d944b58db78a7ad31d620fc16a4e8e096 (diff) | |
download | edk2-platforms-5f300691d0ef724c1580924da6ba6750794d918e.tar.xz |
Correct two minor comments
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6109 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Core/Pei/Memory/MemoryServices.c | 2 | ||||
-rw-r--r-- | MdePkg/Library/HiiLib/HiiLib.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdeModulePkg/Core/Pei/Memory/MemoryServices.c b/MdeModulePkg/Core/Pei/Memory/MemoryServices.c index 9c570834da..08688b2f68 100644 --- a/MdeModulePkg/Core/Pei/Memory/MemoryServices.c +++ b/MdeModulePkg/Core/Pei/Memory/MemoryServices.c @@ -138,7 +138,7 @@ PeiAllocatePages ( if (!PrivateData->PeiMemoryInstalled) {
//
// When PeiInstallMemory is called but CAR has *not* been moved to temporary memory,
- // the AllocatePage will dependent on the field of PEI_CORE_INSTANCE structure.
+ // the AllocatePage will depend on the field of PEI_CORE_INSTANCE structure.
//
if (!PrivateData->SwitchStackSignal) {
return EFI_NOT_AVAILABLE_YET;
diff --git a/MdePkg/Library/HiiLib/HiiLib.c b/MdePkg/Library/HiiLib/HiiLib.c index b98b360450..29899f5d8c 100644 --- a/MdePkg/Library/HiiLib/HiiLib.c +++ b/MdePkg/Library/HiiLib/HiiLib.c @@ -61,7 +61,7 @@ HiiLibConstructor ( typedef struct {
UINT32 BinaryLength;
EFI_HII_PACKAGE_HEADER PackageHeader;
- } TIANO_AUTOGEN_PACKAGES_HEADER;
+ } EDKII_AUTOGEN_PACKAGES_HEADER;
#pragma pack (pop)
If there is not enough resource for the new package list,
|