Spelling fixes: Dont => Don't
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
committed by
Ronnie Sahlberg
parent
c606dd50f9
commit
120b308741
@@ -100,7 +100,7 @@ int T1020_bufferoffset_invalid(const char *initiator, const char *url)
|
||||
local_iscsi_queue_pdu = my_iscsi_queue_pdu;
|
||||
|
||||
printf("Write 2 DATA-IN with BUFFEROFFSET 1M too high ... ");
|
||||
/* we dont want autoreconnect since some targets will drop the
|
||||
/* we don't want autoreconnect since some targets will drop the
|
||||
* on this condition.
|
||||
*/
|
||||
iscsi_set_noautoreconnect(iscsi, 1);
|
||||
@@ -137,7 +137,7 @@ int T1020_bufferoffset_invalid(const char *initiator, const char *url)
|
||||
iscsi->target_max_recv_data_segment_length = block_size;
|
||||
|
||||
printf("Write 2 DATA-IN with BUFFEROFFSET==-%zu ... ", block_size);
|
||||
/* we dont want autoreconnect since some targets will drop the
|
||||
/* we don't want autoreconnect since some targets will drop the
|
||||
* on this condition.
|
||||
*/
|
||||
iscsi_set_noautoreconnect(iscsi, 1);
|
||||
|
||||
Reference in New Issue
Block a user