]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPcdLib/PeiPcdLib.c
Synchronize function comment in h file
[mirror_edk2.git] / MdePkg / Library / PeiPcdLib / PeiPcdLib.c
index 2766817b4307cdd0a611fca19d146d864b336387..8f9b7fa64e1f87bb73ac863a0ca742e2b7f00418 100644 (file)
@@ -926,6 +926,8 @@ LibPcdGetNextTokenSpace (
 \r
 \r
 /**\r
+  Sets a value of a patchable PCD entry that is type pointer.\r
+  \r
   Sets the PCD entry specified by PatchVariable to the value specified by Buffer \r
   and SizeOfBuffer.  Buffer is returned.  If SizeOfBuffer is greater than \r
   MaximumDatumSize, then set SizeOfBuffer to MaximumDatumSize and return \r
@@ -941,10 +943,9 @@ LibPcdGetNextTokenSpace (
                                 the target of the set operation.\r
   @param[in] MaximumDatumSize   The maximum size allowed for the PCD entry specified by PatchVariable.\r
   @param[in, out] SizeOfBuffer  A pointer to the size, in bytes, of Buffer.\r
-                                In out, returns actual size of buffer is set.\r
   @param[in] Buffer             A pointer to the buffer to used to set the target variable.\r
   \r
-  @return Return the pinter to the buffer been set.\r
+  @return Return the pointer to the buffer been set.\r
 \r
 **/\r
 VOID *\r