]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Hash/CryptMd5.c
CryptoPkg: Fix typos in comments
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Hash / CryptMd5.c
index 34eabe95a597fb1a22b8c37bceaa91c7c33fdb94..ccf6ad0017783be78c8ae1320c5d29bc38d93b44 100644 (file)
@@ -103,7 +103,7 @@ Md5Duplicate (
 \r
   This function performs MD5 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
-  MD5 context should be already correctly intialized by Md5Init(), and should not be finalized\r
+  MD5 context should be already correctly initialized by Md5Init(), and should not be finalized\r
   by Md5Final(). Behavior with invalid context is undefined.\r
 \r
   If Md5Context is NULL, then return FALSE.\r
@@ -150,7 +150,7 @@ Md5Update (
   This function completes MD5 hash computation and retrieves the digest value into\r
   the specified memory. After this function has been called, the MD5 context cannot\r
   be used again.\r
-  MD5 context should be already correctly intialized by Md5Init(), and should not be\r
+  MD5 context should be already correctly initialized by Md5Init(), and should not be\r
   finalized by Md5Final(). Behavior with invalid MD5 context is undefined.\r
 \r
   If Md5Context is NULL, then return FALSE.\r