Fix typo in orwrite test

This commit is contained in:
Ronnie Sahlberg
2012-07-14 17:30:57 +10:00
parent 1ce5d97e57
commit 1a7a92024e

View File

@@ -170,7 +170,7 @@ int T0350_orwrite_simple(const char *initiator, const char *url, int data_loss,
test2:
/* write the last 1 - 255 blocks at the end of the LUN */
printf("Compare and write last 1-255 blocks ... ");
printf("Orwrite last 1-255 blocks ... ");
for (i = 1; i < 256; i++) {
task = iscsi_read16_sync(iscsi, lun, num_blocks + 1 - i, i * block_size, block_size, 0, 0, 0, 0, 0);
if (task == NULL) {