From: Gary Lin Date: Wed, 19 Oct 2016 07:01:16 +0000 (+0800) Subject: IntelFrameworkPkg: Fix typos in comments X-Git-Tag: edk2-stable201903~5560 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=d6a1c70de11eab1ac3e2b7172de7b32510bb9338 IntelFrameworkPkg: Fix typos in comments - paramter -> parameter - availible -> available Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin Reviewed-by: Jeff Fan --- diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h index e9ea49d5c0..2d769bc3b2 100644 --- a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h +++ b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h @@ -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. diff --git a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h index d431ad85e0..641f101bce 100644 --- a/IntelFrameworkPkg/Include/Protocol/LegacyBios.h +++ b/IntelFrameworkPkg/Include/Protocol/LegacyBios.h @@ -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. **/ diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h index a3b6af6ac7..66c73fefd4 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h @@ -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 diff --git a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c index eb846e08ad..c1c48d5e62 100644 --- a/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c +++ b/IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c @@ -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