summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-07-30 17:54:34 +0000
committersteve <steve@FreeBSD.org>2000-07-30 17:54:34 +0000
commit2b5e1f727b775331f449356bc5fb05dade14327c (patch)
treec57a1370bafeee393c1381449951b7d50fed527f
parent3cd153a604f1efead41c6a3444debacea145197a (diff)
downloadFreeBSD-src-2b5e1f727b775331f449356bc5fb05dade14327c.zip
FreeBSD-src-2b5e1f727b775331f449356bc5fb05dade14327c.tar.gz
Spell the word 'limited' with only one 't'.
-rw-r--r--sys/dev/ata/ata-dma.c2
-rw-r--r--sys/dev/usb/umass.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c
index 6947057..908a376 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 9aa7595..e2d1263 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*/);
OpenPOWER on IntegriCloud