]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Hash/CryptSha1.c
CryptoPkg: Fix typos in comments
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Hash / CryptSha1.c
index b8a6d0cda0472adc034f5aab728243f62ddf5096..42cfd08a28c934df3691d888f3efb3eaef72acc2 100644 (file)
@@ -102,7 +102,7 @@ Sha1Duplicate (
 \r
   This function performs SHA-1 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-1 context should be already correctly intialized by Sha1Init(), and should not be finalized\r
+  SHA-1 context should be already correctly initialized by Sha1Init(), and should not be finalized\r
   by Sha1Final(). Behavior with invalid context is undefined.\r
 \r
   If Sha1Context is NULL, then return FALSE.\r
@@ -149,7 +149,7 @@ Sha1Update (
   This function completes SHA-1 hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the SHA-1 context cannot\r
   be used again.\r
-  SHA-1 context should be already correctly intialized by Sha1Init(), and should not be\r
+  SHA-1 context should be already correctly initialized by Sha1Init(), and should not be\r
   finalized by Sha1Final(). Behavior with invalid SHA-1 context is undefined.\r
 \r
   If Sha1Context is NULL, then return FALSE.\r