]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Hash/CryptSha256.c
CryptoPkg: Fix typos in comments
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Hash / CryptSha256.c
index aaf689b361a52c3b57de2f220b49f13dfe9c985b..06ecb2e98098f00fa7402a84472ededb8751a327 100644 (file)
@@ -101,7 +101,7 @@ Sha256Duplicate (
 \r
   This function performs SHA-256 digest on a data buffer of the specified size.\r
   It can be called multiple times to compute the digest of long or discontinuous data streams.\r
-  SHA-256 context should be already correctly intialized by Sha256Init(), and should not be finalized\r
+  SHA-256 context should be already correctly initialized by Sha256Init(), and should not be finalized\r
   by Sha256Final(). Behavior with invalid context is undefined.\r
 \r
   If Sha256Context is NULL, then return FALSE.\r
@@ -148,7 +148,7 @@ Sha256Update (
   This function completes SHA-256 hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the SHA-256 context cannot\r
   be used again.\r
-  SHA-256 context should be already correctly intialized by Sha256Init(), and should not be\r
+  SHA-256 context should be already correctly initialized by Sha256Init(), and should not be\r
   finalized by Sha256Final(). Behavior with invalid SHA-256 context is undefined.\r
 \r
   If Sha256Context is NULL, then return FALSE.\r