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
@@ -103,7 +103,7 @@ InternalMemSetMem32 (
|
||||
/**
|
||||
Fills a target buffer with a 64-bit value, and returns the target buffer.
|
||||
|
||||
@param Buffer Teh pointer to the target buffer to fill.
|
||||
@param Buffer The pointer to the target buffer to fill.
|
||||
@param Length The count of 64-bit value to fill.
|
||||
@param Value The value with which to fill Length bytes of Buffer.
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/** @file
|
||||
Internal data structure defintions for Base UEFI Decompress Libary.
|
||||
Internal data structure defintions for Base UEFI Decompress Library.
|
||||
|
||||
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
||||
This program and the accompanying materials
|
||||
|
@@ -58,7 +58,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
|
||||
|
@@ -60,7 +60,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
|
||||
|
Reference in New Issue
Block a user