]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CorebootModulePkg/Library/CbParseLib/CbParseLib.c
CorebootModulePkg: Fix various typos
[mirror_edk2.git] / CorebootModulePkg / Library / CbParseLib / CbParseLib.c
index da227dea5e275104efa92ce3fddb62344d32881e..24eb2f5297cd4bd422f6a6d2caa7f2f59cbacafc 100644 (file)
@@ -31,7 +31,7 @@
 \r
   @param  val      The pointer to packed data.\r
 \r
-  @return          the UNIT64 value after convertion.\r
+  @return          the UNIT64 value after conversion.\r
 \r
 **/\r
 UINT64\r
@@ -91,7 +91,7 @@ CbCheckSum16 (
   @param  Tag                The tag id to be found\r
 \r
   @retval NULL              The Tag is not found.\r
-  @retval Others            The poiter to the record found.\r
+  @retval Others            The pointer to the record found.\r
 \r
 **/\r
 VOID *\r
@@ -384,7 +384,7 @@ CbParseSmbiosTable (
   @param  pPmCtrlReg         Pointer to the address of power management control register\r
   @param  pPmTimerReg        Pointer to the address of power management timer register\r
   @param  pResetReg          Pointer to the address of system reset register\r
-  @param  pResetValue        Pointer to the value to be writen to the system reset register\r
+  @param  pResetValue        Pointer to the value to be written to the system reset register\r
   @param  pPmEvtReg          Pointer to the address of power management event register\r
   @param  pPmGpeEnReg        Pointer to the address of power management GPE enable register\r
 \r