From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [205.139.110.120]) by mx.groups.io with SMTP id smtpd.web11.6833.1581039684132999345 for ; Thu, 06 Feb 2020 17:41:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=FHf3q+Q9; spf=pass (domain: redhat.com, ip: 205.139.110.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581039683; 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=J1hiRisTVkE21dVxj0JzjgulUtxmOULtJ3LdxeRVcRo=; b=FHf3q+Q9cCPqB8WJy2Fj7EWMAEmVFOUDEgoU+tg/S59pS8E5uQHzDA6oMujO9VH3AYMmC2 Zl4vqCFWdVfEkmlwYXulbFrOHwFwnirTkKUdGxzv3oF1myrsZz2TEVE2TTmZkApKxccbfP cGtW3g3BgKEBRYSpZtJ0XTlESG5VX/U= 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-332-rzK6v1W9MlK1km9ThL5_nw-1; Thu, 06 Feb 2020 20:41:18 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 68BB61800D42; Fri, 7 Feb 2020 01:41:17 +0000 (UTC) Received: from x1w.redhat.com (ovpn-204-120.brq.redhat.com [10.40.204.120]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5A1075C3FD; Fri, 7 Feb 2020 01:41:16 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 66/78] SecurityPkg/VariableAuthenticated: Fix few typos Date: Fri, 7 Feb 2020 02:08:19 +0100 Message-Id: <20200207010831.9046-67-philmd@redhat.com> In-Reply-To: <20200207010831.9046-1-philmd@redhat.com> References: <20200207010831.9046-1-philmd@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-MC-Unique: rzK6v1W9MlK1km9ThL5_nw-1 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable From: Antoine Coeur Fix few typos in comments and documentation. Cc: Jiewen Yao Cc: Jian J Wang Cc: Chao Zhang Signed-off-by: Antoine Coeur Reviewed-by: Philippe Mathieu-Daude Reviewed-by: Jiewen Yao Signed-off-by: Philippe Mathieu-Daude --- .../SecureBootConfigDxe/SecureBootConfigFileExplorer.c | 2 +- .../SecureBootConfigDxe/SecureBootConfigImpl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBo= otConfigFileExplorer.c b/SecurityPkg/VariableAuthenticated/SecureBootConfig= Dxe/SecureBootConfigFileExplorer.c index 088d6fd5d9ba..8bea707d4e18 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfi= gFileExplorer.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfi= gFileExplorer.c @@ -81,7 +81,7 @@ CleanUpPage ( =20 @param DevicePath Device path. =20 - @retval NULL Not enough memory resourece for AllocateCopyPool= . + @retval NULL Not enough memory resource for AllocateCopyPool. @retval Other A new allocated string that represents the file = name. =20 **/ diff --git a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBo= otConfigImpl.c b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/Secu= reBootConfigImpl.c index 83497a23f52d..4f01a2ed677e 100644 --- a/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfi= gImpl.c +++ b/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfi= gImpl.c @@ -4071,7 +4071,7 @@ FormatHelpInfo ( } =20 /** - This functino to load signature data under the signature list. + This function to load signature data under the signature list. =20 @param[in] PrivateData Module's private data. @param[in] LabelId Label number to insert opcodes. --=20 2.21.1