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.2048.1578044515831702465 for ; Fri, 03 Jan 2020 01:41:56 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=YWiQuBJV; 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=1578044515; 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=5zzPYPGq7EYcFpj8DekedndrVCo83bl+A+NjmmtHZJo=; b=YWiQuBJV2GNjW7aEAhgVaTQC8PjIqC+0slIRw5+7rMQXrmgl/HspcDC2TqfBGk9hcVCL3O Di8cIElLnq42Vcqm1XB7/ZF9krrQfLC5NLl+VeEIL3T0LA0DJGUsD8c5PX3YV0bVpndr3T hDcit5XS3zb9uqXaIazqDPKLzH/+gs8= 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-248-KF-rWuP6PTSsdmLoG-m0iA-1; Fri, 03 Jan 2020 04:41:53 -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 9335B18557C0; Fri, 3 Jan 2020 09:41:52 +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 9DE4060BF7; Fri, 3 Jan 2020 09:41:50 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Antoine Coeur , Jiewen Yao , Jian J Wang , Chao Zhang , Philippe Mathieu-Daude Subject: [PATCH v2 66/78] SecurityPkg/VariableAuthenticated: Fix few typos Date: Fri, 3 Jan 2020 10:08:00 +0100 Message-Id: <20200103090812.10592-67-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: KF-rWuP6PTSsdmLoG-m0iA-1 X-Mimecast-Spam-Score: 0 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 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 @@ ON_EXIT: } =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.0