diff options
author | Thomas Huth <thuth@redhat.com> | 2016-09-12 01:35:39 -0700 |
---|---|---|
committer | Michael Kinney <michael.d.kinney@intel.com> | 2016-10-07 18:09:09 -0700 |
commit | 00b7cc0fe327fcd00d70a8d30f16245cca0c55f2 (patch) | |
tree | 037913f92f493f12d1b4067bc939f994f5dcdbfb /MdePkg/Library/DxeIoLibCpuIo2 | |
parent | 3868d06d8209d4907c0c6b6f5ec690aebb8b5971 (diff) | |
download | edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.tar.gz edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.tar.bz2 edk2-00b7cc0fe327fcd00d70a8d30f16245cca0c55f2.zip |
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>
Diffstat (limited to 'MdePkg/Library/DxeIoLibCpuIo2')
-rw-r--r-- | MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h b/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h index b459214e1b..160bedfc3b 100644 --- a/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h +++ b/MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h @@ -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
|