mirror of https://github.com/acidanthera/audk.git
IntelFrameworkPkg: Fix typos in comments
- paramter -> parameter - availible -> available Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
70d3fe9dad
commit
d6a1c70de1
|
@ -149,7 +149,7 @@ EFI_STATUS
|
|||
@param Attributes Attributes bit-mask to set for the variable.
|
||||
Inconsistent with specification here:
|
||||
Attributes data type has been changed from
|
||||
UINT32 * to UINT32, because the input paramter is
|
||||
UINT32 * to UINT32, because the input parameter is
|
||||
not necessary to use a pointer date type.
|
||||
@param DataSize The size in bytes of the Buffer. A size of zero causes
|
||||
the variable to be deleted.
|
||||
|
|
|
@ -1197,7 +1197,7 @@ BOOLEAN
|
|||
- 01 = ROM Found.
|
||||
- 02 = ROM is a valid legacy ROM.
|
||||
|
||||
@retval EFI_SUCCESS The Legacy Option ROM availible for this device
|
||||
@retval EFI_SUCCESS The Legacy Option ROM available for this device
|
||||
@retval EFI_UNSUPPORTED The Legacy Option ROM is not supported.
|
||||
|
||||
**/
|
||||
|
|
|
@ -64,7 +64,7 @@ IoReadWorker (
|
|||
@param Width The width of the I/O operation.
|
||||
@param Data The value to write to the I/O port.
|
||||
|
||||
@return The paramter of Data.
|
||||
@return The parameter of Data.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
|
|
|
@ -93,7 +93,7 @@ IoReadWorker (
|
|||
@param Width The width of the I/O operation.
|
||||
@param Data The value to write to the I/O port.
|
||||
|
||||
@return The paramter of Data.
|
||||
@return The parameter of Data.
|
||||
|
||||
**/
|
||||
UINT64
|
||||
|
|
Loading…
Reference in New Issue