]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg/Hash2DxeCrypto: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:08:16 +0000 (02:08 +0100)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 10 Feb 2020 22:30:07 +0000 (22:30 +0000)
Fix few typos in documentation, comments and debug strings.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-64-philmd@redhat.com>

SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.c
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.uni

index 2b069a36c02b2e481e59bfe95f2d0cbf33511841..d96bc136e2a414d8c562c4974ba190b622186800 100644 (file)
@@ -87,7 +87,7 @@ BOOLEAN
   This function completes hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the Hash context cannot\r
   be used again.\r
-  Hash context should be already correctly intialized by HashInit(), and should not be\r
+  Hash context should be already correctly initialized by HashInit(), and should not be\r
   finalized by HashFinal(). Behavior with invalid Hash context is undefined.\r
 \r
   If HashContext is NULL, then return FALSE.\r
index 9d84bacf189cf0e77f4503e886b89b25391a3bd1..a0b57f051455fb8be8745a3cc90120784ccce91b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Produces the UEFI HASH2 protocol\r
 #\r
-#  This module will use EDKII crypto libary to HASH2 protocol.\r
+#  This module will use EDKII crypto library to HASH2 protocol.\r
 #\r
 #  (C) Copyright 2015 Hewlett-Packard Development Company, L.P.<BR>\r
 #  Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>\r
index 604c2a41be6d3286727f24d53225722fc3de7353..9e168373f34466ca190466ae9105515d16d59c46 100644 (file)
@@ -1,7 +1,7 @@
 // /** @file\r
 // Produces the UEFI HASH2 protocol\r
 //\r
-// This module will use EDKII crypto libary to HASH2 protocol.\r
+// This module will use EDKII crypto library to HASH2 protocol.\r
 //\r
 // Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
 //\r
@@ -12,5 +12,5 @@
 \r
 #string STR_MODULE_ABSTRACT             #language en-US "Produces UEFI HASH2 protocol"\r
 \r
-#string STR_MODULE_DESCRIPTION          #language en-US "This module will use EDKII crypto libary to HASH2 protocol."\r
+#string STR_MODULE_DESCRIPTION          #language en-US "This module will use EDKII crypto library to HASH2 protocol."\r
 \r