]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Hash/CryptMd4.c
CryptoPkg: Fix typos in comments
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Hash / CryptMd4.c
index d9cc4455a883567fd9008d81291fb5c1fd30d8f8..fb7dd487534c568a8b40b86f6b00fe91677bf2c7 100644 (file)
@@ -101,7 +101,7 @@ Md4Duplicate (
 \r
   This function performs MD4 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
 \r
   This function performs MD4 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
-  MD4 context should be already correctly intialized by Md4Init(), and should not be finalized\r
+  MD4 context should be already correctly initialized by Md4Init(), and should not be finalized\r
   by Md4Final(). Behavior with invalid context is undefined.\r
 \r
   If Md4Context is NULL, then return FALSE.\r
   by Md4Final(). Behavior with invalid context is undefined.\r
 \r
   If Md4Context is NULL, then return FALSE.\r
@@ -148,7 +148,7 @@ Md4Update (
   This function completes MD4 hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the MD4 context cannot\r
   be used again.\r
   This function completes MD4 hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the MD4 context cannot\r
   be used again.\r
-  MD4 context should be already correctly intialized by Md4Init(), and should not be\r
+  MD4 context should be already correctly initialized by Md4Init(), and should not be\r
   finalized by Md4Final(). Behavior with invalid MD4 context is undefined.\r
 \r
   If Md4Context is NULL, then return FALSE.\r
   finalized by Md4Final(). Behavior with invalid MD4 context is undefined.\r
 \r
   If Md4Context is NULL, then return FALSE.\r