From bf11d3dcda8e983ce7cbc605f43204ce0a8e3339 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 30 Jul 2000 17:54:34 +0000 Subject: [PATCH] Spell the word 'limited' with only one 't'. --- sys/dev/ata/ata-dma.c | 2 +- sys/dev/usb/umass.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/ata/ata-dma.c b/sys/dev/ata/ata-dma.c index 694705726e7..908a3768dd7 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 9aa7595c239..e2d1263d349 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*/);