From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web11.2044.1578044507414248745 for ; Fri, 03 Jan 2020 01:41:47 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=TPk1kvBQ; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: philmd@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1578044506; 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=Le1qDBGWYbQ5ZCBBBIE0N8vPGTSthTI4V+dvOkiwyS0=; b=TPk1kvBQbWisq/4+MFnyhxgI5aJUuUurc2Jejv9TTDSIdBHT1okS8t7+ynbiHvpgFGIusN b58PZuHa0fenAg1Mlf3vVTbvil9ZP6epfCa1UNsyblUqOAuZK8EocQx9YN+oij9gJoL80d p2mXDHPpB3QhmdPCg1OofHgS3fpD0QQ= 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-337-jE2rpValMUGXzA6RCr8Gpg-1; Fri, 03 Jan 2020 04:41:44 -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 80AC4107ACC5; Fri, 3 Jan 2020 09:41:43 +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 E952660BF7; Fri, 3 Jan 2020 09:41:41 +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 63/78] SecurityPkg/Hash2DxeCrypto: Fix few typos Date: Fri, 3 Jan 2020 10:07:57 +0100 Message-Id: <20200103090812.10592-64-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: jE2rpValMUGXzA6RCr8Gpg-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 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 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.0