Spell the word 'limited' with only one 't'.
This commit is contained in:
parent
c32527f202
commit
bf11d3dcda
@ -95,7 +95,7 @@ ata_dmainit(struct ata_softc *scp, int32_t device,
|
||||
}
|
||||
if (udmamode > 2 && !ATA_PARAM(scp, device)->cblid) {
|
||||
ata_printf(scp, device,
|
||||
"DMA limitted to UDMA33, non-ATA66 compliant cable\n");
|
||||
"DMA limited to UDMA33, non-ATA66 compliant cable\n");
|
||||
udmamode = 2;
|
||||
}
|
||||
|
||||
|
@ -1945,7 +1945,7 @@ umass_cam_attach_sim()
|
||||
/* A HBA is attached to the CAM layer.
|
||||
*
|
||||
* The CAM layer will then after a while start probing for
|
||||
* devices on the bus. The number of SIMs is limitted to one.
|
||||
* devices on the bus. The number of SIMs is limited to one.
|
||||
*/
|
||||
|
||||
devq = cam_simq_alloc(1 /*maximum openings*/);
|
||||
|
Loading…
Reference in New Issue
Block a user