]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Memory/MemoryServices.c
MdeModulePkg PeiCore: Improve comment semantics
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Memory / MemoryServices.c
index 838a003baaf238719c2dfe715fe09087aec3e4f6..6b3a64a811cd3cff475fd708420d721a88995b8c 100644 (file)
@@ -759,8 +759,8 @@ PeiFreePages (
 /**\r
 \r
   Pool allocation service. Before permanent memory is discovered, the pool will\r
-  be allocated the heap in the temporary memory. Generally, the size of heap in temporary\r
-  memory does not exceed to 64K, so the biggest pool size could be allocated is\r
+  be allocated in the heap in temporary memory. Generally, the size of the heap in temporary\r
+  memory does not exceed 64K, so the biggest pool size could be allocated is\r
   64K.\r
 \r
   @param PeiServices               An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
@@ -789,7 +789,7 @@ PeiAllocatePool (
   //\r
 \r
   //\r
-  // Generally, the size of heap in temporary memory does not exceed to 64K,\r
+  // Generally, the size of heap in temporary memory does not exceed 64K,\r
   // HobLength is multiples of 8 bytes, so the maximum size of pool is 0xFFF8 - sizeof (EFI_HOB_MEMORY_POOL)\r
   //\r
   if (Size > (0xFFF8 - sizeof (EFI_HOB_MEMORY_POOL))) {\r