]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Correct two minor comments
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Oct 2008 06:34:31 +0000 (06:34 +0000)
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Oct 2008 06:34:31 +0000 (06:34 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6109 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Pei/Memory/MemoryServices.c
MdePkg/Library/HiiLib/HiiLib.c

index 9c570834da9efa4df953d1e430cc62245f45b3ad..08688b2f683a35bb752b08066c5649328d78a14f 100644 (file)
@@ -138,7 +138,7 @@ PeiAllocatePages (
   if (!PrivateData->PeiMemoryInstalled) {\r
     //\r
     // When PeiInstallMemory is called but CAR has *not* been moved to temporary memory,\r
-    // the AllocatePage will dependent on the field of PEI_CORE_INSTANCE structure.\r
+    // the AllocatePage will depend on the field of PEI_CORE_INSTANCE structure.\r
     //\r
     if (!PrivateData->SwitchStackSignal) {\r
       return EFI_NOT_AVAILABLE_YET;\r
index b98b3604508393157a119fef3ab9e30f1e0d6321..29899f5d8c463e7d3f1570871742568311498250 100644 (file)
@@ -61,7 +61,7 @@ HiiLibConstructor (
   typedef struct {\r
     UINT32                  BinaryLength;\r
     EFI_HII_PACKAGE_HEADER  PackageHeader;\r
-  } TIANO_AUTOGEN_PACKAGES_HEADER;\r
+  } EDKII_AUTOGEN_PACKAGES_HEADER;\r
   #pragma pack (pop)\r
 \r
   If there is not enough resource for the new package list,\r