From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.61]) by mx.groups.io with SMTP id smtpd.web11.2050.1578044520306192959 for ; Fri, 03 Jan 2020 01:42:00 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=cJXjAACU; spf=pass (domain: redhat.com, ip: 205.139.110.61, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578044519; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Kmh9VcuYMqFItjpjxlx/xXcrLHCG9uQL1Bz4Iya3PAo=; b=cJXjAACUEwBIeAFDdYMZ/+IiPqIi/AJK9feuvFqzNAL725LArUVqgmEj9qZH24z+fStwvt P4j2CFi53xo4uhbu14vGBjM/wz2SHvAyX1gm7N6qB54boZlTV5TLd424djBf9ZaDh9NJYq 1ePOCuTyk8Hc1cDYxhjjnPxwvNTinZk= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-414-bcRi2m_RO6WSKKO-F4iSEQ-1; Fri, 03 Jan 2020 04:41:58 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AF9EF63CC1; Fri, 3 Jan 2020 09:41:56 +0000 (UTC) Received: from x1w.redhat.com (ovpn-116-190.ams2.redhat.com [10.36.116.190]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0D1B360BF7; Fri, 3 Jan 2020 09:41:54 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Ray Ni , Zhichao Gao , Philippe Mathieu-Daude Subject: [PATCH v2 68/78] ShellPkg/DynamicCommand: Fix various typos Date: Fri, 3 Jan 2020 10:08:02 +0100 Message-Id: <20200103090812.10592-69-philmd@redhat.com> In-Reply-To: <20200103090812.10592-1-philmd@redhat.com> References: <20200103090812.10592-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: bcRi2m_RO6WSKKO-F4iSEQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix various typos in comments and documentation. Cc: Ray Ni Cc: Zhichao Gao Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Zhichao Gao Signed-off-by: Philippe Mathieu-Daude --- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h | 2 +- ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h | 2 +- ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c | 4 ++-- ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c | 2 +- .../DynamicCommand/DpDynamicCommand/DpDynamicCommand.c | 4 ++-- ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c | 4 ++-- ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c | 8 ++++---- ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c | 2 +- .../TftpDynamicCommand/TftpDynamicCommand.c | 4 ++-- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h b/ShellPkg/Dynam= icCommand/DpDynamicCommand/Dp.h index e446cccde923..84fe0b502f46 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.h @@ -127,7 +127,7 @@ RunDp ( ); =20 /** - Retrive HII package list from ImageHandle and publish to HII database. + Retrieve HII package list from ImageHandle and publish to HII database. =20 @param ImageHandle The image handle of the process. =20 diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h b/ShellPkg/D= ynamicCommand/TftpDynamicCommand/Tftp.h index 4cd778436813..c46a0d5b0c3b 100644 --- a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h +++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.h @@ -56,7 +56,7 @@ RunTftp ( ); =20 /** - Retrive HII package list from ImageHandle and publish to HII database. + Retrieve HII package list from ImageHandle and publish to HII database. =20 @param ImageHandle The image handle of the process. =20 diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c b/ShellPkg/Dynam= icCommand/DpDynamicCommand/Dp.c index 4ec4c18348bd..f7f3676bc91a 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/Dp.c @@ -154,7 +154,7 @@ GetHandleFormModuleGuid ( *Handle =3D NULL; } // - // Try to get the Handle form the caached array. + // Try to get the Handle from the cached array. // for (Index =3D 0; Index < mCachePairCount; Index++) { if (CompareGuid (ModuleGuid, &mCacheHandleGuidTable[Index].ModuleGuid)= ) { @@ -918,7 +918,7 @@ Done: =20 =20 /** - Retrive HII package list from ImageHandle and publish to HII database. + Retrieve HII package list from ImageHandle and publish to HII database. =20 @param ImageHandle The image handle of the process. =20 diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c b/ShellPkg/Dy= namicCommand/DpDynamicCommand/DpApp.c index a7cecdfe0ade..b4b242a41158 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/DpApp.c @@ -24,7 +24,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTo= kenId =3D STRING_TOKEN (S @param ImageHandle The image handle of the process. @param SystemTable The EFI System Table pointer. =20 - @retval EFI_SUCCESS Tftp command is executed sucessfully. + @retval EFI_SUCCESS Tftp command is executed successfully. @retval EFI_ABORTED HII package was failed to initialize. @retval others Other errors when executing tftp command. **/ diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c b/= ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c index d7dd85666c50..50fcc6e74616 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/DpDynamicCommand.c @@ -19,7 +19,7 @@ @param[in] Shell The instance of the shell protocol use= d in the context of processing this command. =20 - @return EFI_SUCCESS the operation was sucessful + @return EFI_SUCCESS the operation was successful @return other the operation failed. **/ SHELL_STATUS @@ -70,7 +70,7 @@ EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL mDpDynamicCommand =3D = { @param ImageHandle The image handle of the process. @param SystemTable The EFI System Table pointer. =20 - @retval EFI_SUCCESS Tftp command is executed sucessfully. + @retval EFI_SUCCESS Tftp command is executed successfully. @retval EFI_ABORTED HII package was failed to initialize. @retval others Other errors when executing tftp command. **/ diff --git a/ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c b/ShellPkg/= DynamicCommand/DpDynamicCommand/DpTrace.c index f64c5ccf58f9..1a247d4bd492 100644 --- a/ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c +++ b/ShellPkg/DynamicCommand/DpDynamicCommand/DpTrace.c @@ -85,7 +85,7 @@ GetPerformanceMeasurementRecord ( @post The SummaryData and CumData structures contain statistics for the current performance logs. =20 - @param[in, out] CustomCumulativeData A pointer to the cumtom cumulative= data. + @param[in, out] CustomCumulativeData A pointer to the custom cumulative= data. =20 **/ VOID @@ -830,7 +830,7 @@ ProcessGlobal( - Update the instance count and the total, minimum, and maximum durat= ions. Finally, print the gathered cumulative statistics. =20 - @param[in] CustomCumulativeData A pointer to the cumtom cumulative d= ata. + @param[in] CustomCumulativeData A pointer to the custom cumulative d= ata. =20 **/ VOID diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c b/ShellPkg/D= ynamicCommand/TftpDynamicCommand/Tftp.c index f28da9af723c..4e296c495b2d 100644 --- a/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c +++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/Tftp.c @@ -15,7 +15,7 @@ EFI_HII_HANDLE mTftpHiiHandle; =20 /* Constant strings and definitions related to the message indicating the = amount of - progress in the dowloading of a TFTP file. + progress in the downloading of a TFTP file. */ =20 // Frame for the progression slider @@ -48,7 +48,7 @@ CONST CHAR16 *mLocalFilePath; @param[out] Value UINT16 value =20 @return TRUE The value was returned. - @return FALSE A parsing error occured. + @return FALSE A parsing error occurred. **/ STATIC BOOLEAN @@ -585,7 +585,7 @@ RunTftp ( @param[out] Value UINT16 value =20 @return TRUE The value was returned. - @return FALSE A parsing error occured. + @return FALSE A parsing error occurred. **/ STATIC BOOLEAN @@ -1081,7 +1081,7 @@ CheckPacket ( } =20 /** - Retrive HII package list from ImageHandle and publish to HII database. + Retrieve HII package list from ImageHandle and publish to HII database. =20 @param ImageHandle The image handle of the process. =20 diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c b/ShellPk= g/DynamicCommand/TftpDynamicCommand/TftpApp.c index 34466eda4b87..0972454c2863 100644 --- a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c +++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpApp.c @@ -25,7 +25,7 @@ GLOBAL_REMOVE_IF_UNREFERENCED EFI_STRING_ID mStringHelpTo= kenId =3D STRING_TOKEN (S @param ImageHandle The image handle of the process. @param SystemTable The EFI System Table pointer. =20 - @retval EFI_SUCCESS Tftp command is executed sucessfully. + @retval EFI_SUCCESS Tftp command is executed successfully. @retval EFI_ABORTED HII package was failed to initialize. @retval others Other errors when executing tftp command. **/ diff --git a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.= c b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c index 4022e0ec7886..8e5df7b2d160 100644 --- a/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c +++ b/ShellPkg/DynamicCommand/TftpDynamicCommand/TftpDynamicCommand.c @@ -20,7 +20,7 @@ @param[in] Shell The instance of the shell protocol use= d in the context of processing this command. =20 - @return EFI_SUCCESS the operation was sucessful + @return EFI_SUCCESS the operation was successful @return other the operation failed. **/ SHELL_STATUS @@ -71,7 +71,7 @@ EFI_SHELL_DYNAMIC_COMMAND_PROTOCOL mTftpDynamicCommand = =3D { @param ImageHandle The image handle of the process. @param SystemTable The EFI System Table pointer. =20 - @retval EFI_SUCCESS Tftp command is executed sucessfully. + @retval EFI_SUCCESS Tftp command is executed successfully. @retval EFI_ABORTED HII package was failed to initialize. @retval others Other errors when executing tftp command. **/ --=20 2.21.0