]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiCHAP.c
NetworkPkg/IScsiDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiCHAP.c
index 627882af00580353cd0cd798950cb6e04bef4afa..355c6f129f68fd06a9e9a070243a48544b0a7d37 100644 (file)
@@ -9,7 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 #include "IScsiImpl.h"\r
 \r
 /**\r
-  Initator calculates its own expected hash value.\r
+  Initiator calculates its own expected hash value.\r
 \r
   @param[in]   ChapIdentifier     iSCSI CHAP identifier sent by authenticator.\r
   @param[in]   ChapSecret         iSCSI CHAP secret of the authenticator.\r
@@ -88,7 +88,7 @@ Exit:
 }\r
 \r
 /**\r
-  The initator checks the CHAP response replied by target against its own\r
+  The initiator checks the CHAP response replied by target against its own\r
   calculation of the expected hash value.\r
 \r
   @param[in]   AuthData             iSCSI CHAP authentication data.\r