From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.nue.novell.com (smtp.nue.novell.com [195.135.221.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 885531A1EDE for ; Wed, 19 Oct 2016 00:02:49 -0700 (PDT) Received: from GaryWorkstation.apac.novell.com (ip-203-192-156-9.asianetcom.net [203.192.156.9]) by smtp.nue.novell.com with ESMTP (NOT encrypted); Wed, 19 Oct 2016 09:02:45 +0200 From: Gary Lin To: edk2-devel@lists.01.org Cc: Jeff Fan Date: Wed, 19 Oct 2016 15:01:16 +0800 Message-Id: <20161019070138.16424-12-glin@suse.com> X-Mailer: git-send-email 2.10.1 In-Reply-To: <20161019070138.16424-1-glin@suse.com> References: <20161019070138.16424-1-glin@suse.com> Subject: [PATCH 11/33] IntelFrameworkPkg: Fix typos in comments X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Oct 2016 07:02:50 -0000 - paramter -> parameter - availible -> available Cc: Jeff Fan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin --- IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h | 2 +- IntelFrameworkPkg/Include/Protocol/LegacyBios.h | 2 +- IntelFrameworkPkg/Library/DxeIoLibCpuIo/DxeCpuIoLibInternal.h | 2 +- IntelFrameworkPkg/Library/DxeIoLibCpuIo/IoLib.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h b/IntelFrameworkPkg/Include/Protocol/FrameworkFormCallback.h index e9ea49d..2d769bc 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 d431ad8..641f101 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 a3b6af6..66c73fe 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 eb846e0..c1c48d5 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 -- 2.10.1