Fix typo in a printed string

This commit is contained in:
Ronnie Sahlberg
2011-04-22 12:23:53 +10:00
parent 9aaf1e5de4
commit 8bc4150e31

View File

@@ -83,7 +83,7 @@ int T0122_read6_invalid(const char *initiator, const char *url)
test2:
/* Try a read of 1 block but xferlength == 1024 */
printf("Read10 1 block but with iscsi ExpectedDataTransferLength==1024 ... ");
printf("Read6 1 block but with iscsi ExpectedDataTransferLength==1024 ... ");
task = malloc(sizeof(struct scsi_task));
if (task == NULL) {