summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-10-18 14:26:29 +0000
committerbrucec <brucec@FreeBSD.org>2010-10-18 14:26:29 +0000
commita214614eb0819ba30ce7bc6463684d857f72e577 (patch)
tree888748ef0e805e6ffa9386d446e5dd7e6ac60829 /sys/dev/firewire
parent847ee1f8cacd277efb426a4482caf67bb55f8f7c (diff)
downloadFreeBSD-src-a214614eb0819ba30ce7bc6463684d857f72e577.zip
FreeBSD-src-a214614eb0819ba30ce7bc6463684d857f72e577.tar.gz
Fix grammar.
Diffstat (limited to 'sys/dev/firewire')
-rw-r--r--sys/dev/firewire/fwohci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c
index edfc047..07a1a42 100644
--- a/sys/dev/firewire/fwohci.c
+++ b/sys/dev/firewire/fwohci.c
@@ -1971,8 +1971,8 @@ fwohci_intr_dma(struct fwohci_softc *sc, uint32_t stat, int count)
OWRITE(sc, OHCI_LNKCTLCLR, OHCI_CNTL_CYCTIMER);
#endif
OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_CYC_LOST);
- device_printf(fc->dev, "too many cycle lost, "
- "no cycle master presents?\n");
+ device_printf(fc->dev, "too many cycles lost, "
+ "no cycle master present?\n");
}
}
if (stat & OHCI_INT_DMA_ATRQ) {
OpenPOWER on IntegriCloud