MdePkg: Fix some typing errors in the header files
Correct the typos in some header files of MdePkg. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
This commit is contained in:
committed by
Michael Kinney
parent
3868d06d82
commit
00b7cc0fe3
@ -184,9 +184,9 @@ FileHandleDelete (
|
||||
has the effect of starting the read process of the directory entries over again.
|
||||
|
||||
@param[in] FileHandle The file handle on which the position is being set.
|
||||
@param[in] Position The byte position from the begining of the file.
|
||||
@param[in] Position The byte position from the beginning of the file.
|
||||
|
||||
@retval EFI_SUCCESS The operation completed sucessfully.
|
||||
@retval EFI_SUCCESS The operation completed successfully.
|
||||
@retval EFI_UNSUPPORTED The request for non-zero is not valid on
|
||||
directories.
|
||||
@retval INVALID_PARAMETER One of the parameters has an invalid value.
|
||||
@ -207,7 +207,7 @@ FileHandleSetPosition (
|
||||
if FileHandle is a directory.
|
||||
|
||||
@param[in] FileHandle The open file handle on which to get the position.
|
||||
@param[out] Position The byte position from begining of file.
|
||||
@param[out] Position The byte position from beginning of file.
|
||||
|
||||
@retval EFI_SUCCESS The operation completed successfully.
|
||||
@retval INVALID_PARAMETER One of the parameters has an invalid value.
|
||||
@ -322,7 +322,7 @@ FileHandleFindNextFile(
|
||||
@param[in] FileHandle The file handle from which size is retrieved.
|
||||
@param[out] Size The pointer to size.
|
||||
|
||||
@retval EFI_SUCCESS Operation was completed sucessfully.
|
||||
@retval EFI_SUCCESS Operation was completed successfully.
|
||||
@retval EFI_DEVICE_ERROR Cannot access the file.
|
||||
@retval EFI_INVALID_PARAMETER FileHandle is NULL.
|
||||
Size is NULL.
|
||||
|
Reference in New Issue
Block a user