Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2014-07-14 20:29:23 -07:00
parent a41ec1fe60
commit e09d5fcefc

View File

@@ -91,7 +91,7 @@ test_get_lba_status_unmap_single(void)
lbasd->lba, i);
CU_FAIL("[FAILED] GET_LBA_STATUS command: "
"LBA offset in first descriptor does not match "
"teh LBA in the CDB.");
"the LBA in the CDB.");
scsi_free_scsi_task(task_ret);
return;
}
@@ -160,7 +160,7 @@ test_get_lba_status_unmap_single(void)
lbasd->lba, i);
CU_FAIL("[FAILED] GET_LBA_STATUS command: "
"LBA offset in first descriptor does not match "
"teh LBA in the CDB.");
"the LBA in the CDB.");
scsi_free_scsi_task(task_ret);
return;
}
@@ -215,7 +215,7 @@ test_get_lba_status_unmap_single(void)
lbasd->lba, i);
CU_FAIL("[FAILED] GET_LBA_STATUS command: "
"LBA offset in first descriptor does not match "
"teh LBA in the CDB.");
"the LBA in the CDB.");
scsi_free_scsi_task(task_ret);
return;
}