]> git.proxmox.com Git - mirror_edk2.git/commitdiff
CryptoPkg/OpensslLib: Fix few typos
authorAntoine Coeur <coeur@gmx.fr>
Fri, 7 Feb 2020 01:07:14 +0000 (02:07 +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 comments.

Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Xiaoyu Lu <xiaoyux.lu@intel.com>
Signed-off-by: Antoine Coeur <coeur@gmx.fr>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
Message-Id: <20200207010831.9046-2-philmd@redhat.com>

CryptoPkg/Library/OpensslLib/rand_pool.c
CryptoPkg/Library/OpensslLib/rand_pool_noise.c

index 9d2a4ad1382331426b52896f21283a8d0a75f462..9f3983f7c35b816608b1ba541953399d339e6a93 100644 (file)
@@ -129,7 +129,7 @@ RandGetSeed128 (
   AES_KEY     AESKey;\r
 \r
   //\r
-  // Chose an arbitary key and zero the feed_forward_value (FFV)\r
+  // Chose an arbitrary key and zero the feed_forward_value (FFV)\r
   //\r
   for (Index = 0; Index < 16; Index++) {\r
     Key[Index] = (UINT8) Index;\r
@@ -287,7 +287,7 @@ int rand_pool_add_additional_data(RAND_POOL *pool)
 }\r
 \r
 /*\r
- * Dummy Implememtation for UEFI\r
+ * Dummy Implementation for UEFI\r
  *\r
  * This is OpenSSL required interface.\r
  */\r
@@ -297,7 +297,7 @@ int rand_pool_init(void)
 }\r
 \r
 /*\r
- * Dummy Implememtation for UEFI\r
+ * Dummy Implementation for UEFI\r
  *\r
  * This is OpenSSL required interface.\r
  */\r
@@ -306,7 +306,7 @@ void rand_pool_cleanup(void)
 }\r
 \r
 /*\r
- * Dummy Implememtation for UEFI\r
+ * Dummy Implementation for UEFI\r
  *\r
  * This is OpenSSL required interface.\r
  */\r
index c16ed8b454968b652dbada5de6ef8e57b6739ecf..212834e27acc427ba03ccccb0ad38753719a2112 100644 (file)
@@ -22,7 +22,7 @@ GetRandomNoise64 (
   )\r
 {\r
   //\r
-  // Return FALSE will fallback to use PerformaceCounter to\r
+  // Return FALSE will fallback to use PerformanceCounter to\r
   // generate noise.\r
   //\r
   return FALSE;\r