CorebootModulePkg: Fix various typos
Fix various typos in CorebootModulePkg. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Coeur <coeur@gmx.fr> Reviewed-by: Benjamin You <benjamin.you@intel.com>
This commit is contained in:
committed by
Benjamin You
parent
68f87b2572
commit
06516768ed
@ -31,7 +31,7 @@
|
||||
|
||||
@param val The pointer to packed data.
|
||||
|
||||
@return the UNIT64 value after convertion.
|
||||
@return the UNIT64 value after conversion.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
@ -91,7 +91,7 @@ CbCheckSum16 (
|
||||
@param Tag The tag id to be found
|
||||
|
||||
@retval NULL The Tag is not found.
|
||||
@retval Others The poiter to the record found.
|
||||
@retval Others The pointer to the record found.
|
||||
|
||||
**/
|
||||
VOID *
|
||||
@ -384,7 +384,7 @@ CbParseSmbiosTable (
|
||||
@param pPmCtrlReg Pointer to the address of power management control register
|
||||
@param pPmTimerReg Pointer to the address of power management timer register
|
||||
@param pResetReg Pointer to the address of system reset register
|
||||
@param pResetValue Pointer to the value to be writen to the system reset register
|
||||
@param pResetValue Pointer to the value to be written to the system reset register
|
||||
@param pPmEvtReg Pointer to the address of power management event register
|
||||
@param pPmGpeEnReg Pointer to the address of power management GPE enable register
|
||||
|
||||
|
Reference in New Issue
Block a user