Spell the word 'limited' with only one 't'.

This commit is contained in:
Steve Price 2000-07-30 17:54:34 +00:00
parent c32527f202
commit bf11d3dcda
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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*/);