fix a typo

This commit is contained in:
Ronnie Sahlberg
2012-07-21 12:27:51 +10:00
parent d8ed7d4053
commit af9d3eab79

View File

@@ -182,7 +182,7 @@ test2:
printf("Eject failed. [OK]\n");
test3:
printf("Send a Cold Reset to the target ... ");
printf("Send a LUN Reset to the target ... ");
iscsi_task_mgmt_lun_reset_async(iscsi, lun, mgmt_cb, &mgmt_task);
while (mgmt_task.finished == 0) {
pfd.fd = iscsi_get_fd(iscsi);