From 00b7cc0fe327fcd00d70a8d30f16245cca0c55f2 Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Mon, 12 Sep 2016 01:35:39 -0700 Subject: 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 Reviewed-by: Liming Gao Reviewed-by: Michael Kinney --- MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h | 2 +- MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h | 2 +- MdePkg/Library/DxeIoLibCpuIo2/DxeCpuIo2LibInternal.h | 2 +- MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'MdePkg/Library') diff --git a/MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h b/MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h index cc8997963c..95052651d0 100644 --- a/MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h +++ b/MdePkg/Library/BaseMemoryLibMmx/MemLibInternals.h @@ -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. diff --git a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h index 358c598c04..aba510c963 100644 --- a/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h +++ b/MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLibInternals.h @@ -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.
This program and the accompanying materials 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 diff --git a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h index 0e94b20cac..ced6358c27 100644 --- a/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h +++ b/MdePkg/Library/SmmIoLibSmmCpuIo2/SmmCpuIoLibInternal.h @@ -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 -- cgit v1.2.3