]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/IScsiDxe/IScsiProto.h
NetworkPkg/IScsiDxe: Fix various typos
[mirror_edk2.git] / NetworkPkg / IScsiDxe / IScsiProto.h
index 34b682b68df1898666b17635cf50353a6a2a2bbb..3b8e6622152439629ee966638abc3bc30705758e 100644 (file)
@@ -308,7 +308,7 @@ typedef struct _ISCSI_SENSE_DATA {
 } ISCSI_SENSE_DATA;\r
 \r
 ///\r
-/// iSCSI Task Managment Function Request.\r
+/// iSCSI Task Management Function Request.\r
 ///\r
 typedef struct _ISCSI_TMF_REQUEST {\r
   UINT8   OpCode;\r
@@ -870,7 +870,7 @@ IScsiReceivePdu (
 \r
   @param[in, out]  Conn          The connection in iSCSI login.\r
 \r
-  @retval EFI_SUCCESS          The parmeter check is passed and negotiation is finished.\r
+  @retval EFI_SUCCESS          The parameter check is passed and negotiation is finished.\r
   @retval EFI_PROTOCOL_ERROR   Some kind of iSCSI protocol error occurred.\r
   @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
 \r
@@ -897,7 +897,7 @@ IScsiFillOpParams (
   Pad the iSCSI AHS or data segment to an integer number of 4 byte words.\r
 \r
   @param[in, out]  Pdu         The iSCSI pdu which contains segments to pad.\r
-  @param[in]       Len         The length of the last semgnet in the PDU.\r
+  @param[in]       Len         The length of the last segment in the PDU.\r
 \r
   @retval EFI_SUCCESS          The segment is padded or no need to pad it.\r
   @retval EFI_OUT_OF_RESOURCES There is not enough remaining free space to add the\r
@@ -978,7 +978,7 @@ IScsiNormalizeName (
   @param[in, out]  Packet    The request packet containing IO request, SCSI command\r
                              buffer and buffers to read/write.\r
 \r
-  @retval EFI_SUCCES           The SCSI command is executed and the result is updated to\r
+  @retval EFI_SUCCESS          The SCSI command is executed and the result is updated to\r
                                the Packet.\r
   @retval EFI_DEVICE_ERROR     Session state was not as required.\r
   @retval EFI_OUT_OF_RESOURCES Failed to allocate memory.\r
@@ -999,7 +999,7 @@ IScsiExecuteScsiCommand (
 \r
   @param[in]  Session           The iSCSI session\r
 \r
-  @retval EFI_SUCCES            The session is reinstated from some error.\r
+  @retval EFI_SUCCESS           The session is reinstated from some error.\r
   @retval Other                 Reinstatement failed.\r
 \r
 **/\r