NetworkPkg: Fix typos in comments
- assocated -> associated - malformated -> malformatted - mal-formated -> mal-formatted - formated -> formatted - octects -> octets - responsiblity -> responsibility - enought -> enough - immediatly -> immediately - integar -> integer - Alogrithem -> Algorithm - Initializeion -> Initialization - primelenght -> primelength - Vlaue -> Value - perfoms -> performs - randome -> random - verifed -> verified - finallization -> finalization - Intializes -> Initializes - specifed -> specified - if -> If - Decrption -> Decryption - Autahentication -> Authentication - informatino -> information - alogrithm -> algorithm - Authenticaion -> Authentication - Alogrithem -> Algorithm - containning -> containing - paramter -> parameter Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gary Lin <glin@suse.com> Reviewed-By: Siyuan Fu <siyuan.fu@intel.com> Reviewed-By: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
@@ -786,7 +786,7 @@ IScsiPrepareLoginReq (
|
||||
|
||||
case ISCSI_LOGIN_OPERATIONAL_NEGOTIATION:
|
||||
//
|
||||
// Only negotiate the paramter once.
|
||||
// Only negotiate the parameter once.
|
||||
//
|
||||
if (!Conn->ParamNegotiated) {
|
||||
IScsiFillOpParams (Conn, Nbuf);
|
||||
@@ -2117,7 +2117,7 @@ IScsiNewDataSegment (
|
||||
|
||||
@param[in] Packet The EXT SCSI PASS THRU request packet containing the SCSI command.
|
||||
@param[in] Lun The LUN.
|
||||
@param[in] Tcb The tcb assocated with this SCSI command.
|
||||
@param[in] Tcb The tcb associated with this SCSI command.
|
||||
|
||||
@return The created iSCSI SCSI command PDU.
|
||||
@retval NULL Other errors as indicated.
|
||||
|
Reference in New Issue
Block a user