diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 694705726e75..908a3768dd7a 100644 --- a/sys/dev/ata/ata-dma.c +++ b/sys/dev/ata/ata-dma.c @@ -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; } diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 9aa7595c239e..e2d1263d349e 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -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*/);