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.web09.6875.1581039675100646093 for ; Thu, 06 Feb 2020 17:41:15 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=YAdEVyAg; 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=1581039674; 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=ciRj1bOKJNztFWy83M6j24hog9EwZu0J2fHoECN2ZIE=; b=YAdEVyAgMk6LvPEsqZiR/8xqjwq6G7boQDEoyQ5gdoJZpUWveJfw1htlWMNonOHyLlLsv9 ZvLBiYQ0aJk1SWJ0qV6al/Dxzfro8WLcSvFNKVE92FW9wBlzjdXbZlO9fQArrUv+jSXb+Q mYQ0/Pq5EIrgOfDK3fJR+1n7Cjbx30g= 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-134-udieVhnnNdSByHOGN7IhoQ-1; Thu, 06 Feb 2020 20:41:11 -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 D9B308010CB; Fri, 7 Feb 2020 01:41:10 +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 C66CE5C241; Fri, 7 Feb 2020 01:41:09 +0000 (UTC) From: =?UTF-8?B?UGhpbGlwcGUgTWF0aGlldS1EYXVkw6k=?= To: devel@edk2.groups.io Cc: Laszlo Ersek , Eric Dong Subject: [PATCH v3 63/78] SecurityPkg/Hash2DxeCrypto: Fix few typos Date: Fri, 7 Feb 2020 02:08:16 +0100 Message-Id: <20200207010831.9046-64-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: udieVhnnNdSByHOGN7IhoQ-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 documentation, comments and debug strings. 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 --- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf | 2 +- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c | 2 +- SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf b/SecurityPkg/Ha= sh2DxeCrypto/Hash2DxeCrypto.inf index 9d84bacf189c..a0b57f051455 100644 --- a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf +++ b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf @@ -1,7 +1,7 @@ ## @file # Produces the UEFI HASH2 protocol # -# This module will use EDKII crypto libary to HASH2 protocol. +# This module will use EDKII crypto library to HASH2 protocol. # # (C) Copyright 2015 Hewlett-Packard Development Company, L.P.
# Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.
diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c b/SecurityPkg/Hash= 2DxeCrypto/Hash2DxeCrypto.c index 2b069a36c02b..d96bc136e2a4 100644 --- a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c +++ b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c @@ -87,7 +87,7 @@ BOOLEAN This function completes hash computation and retrieves the digest value = into the specified memory. After this function has been called, the Hash cont= ext cannot be used again. - Hash context should be already correctly intialized by HashInit(), and s= hould not be + Hash context should be already correctly initialized by HashInit(), and = should not be finalized by HashFinal(). Behavior with invalid Hash context is undefine= d. =20 If HashContext is NULL, then return FALSE. diff --git a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni b/SecurityPkg/Ha= sh2DxeCrypto/Hash2DxeCrypto.uni index 604c2a41be6d..9e168373f344 100644 --- a/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni +++ b/SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni @@ -1,7 +1,7 @@ // /** @file // Produces the UEFI HASH2 protocol // -// This module will use EDKII crypto libary to HASH2 protocol. +// This module will use EDKII crypto library to HASH2 protocol. // // Copyright (c) 2015, Intel Corporation. All rights reserved.
// @@ -12,5 +12,5 @@ =20 #string STR_MODULE_ABSTRACT #language en-US "Produces UEFI HAS= H2 protocol" =20 -#string STR_MODULE_DESCRIPTION #language en-US "This module will = use EDKII crypto libary to HASH2 protocol." +#string STR_MODULE_DESCRIPTION #language en-US "This module will = use EDKII crypto library to HASH2 protocol." =20 --=20 2.21.1