svn commit: r215386 - stable/7/sys/dev/firewire
Bruce Cran
brucec at FreeBSD.org
Tue Nov 16 07:39:52 UTC 2010
Author: brucec
Date: Tue Nov 16 07:39:52 2010
New Revision: 215386
URL: http://svn.freebsd.org/changeset/base/215386
Log:
MFC r214021:
Fix grammar.
Modified:
stable/7/sys/dev/firewire/fwohci.c
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/firewire/fwohci.c
==============================================================================
--- stable/7/sys/dev/firewire/fwohci.c Tue Nov 16 07:38:26 2010 (r215385)
+++ stable/7/sys/dev/firewire/fwohci.c Tue Nov 16 07:39:52 2010 (r215386)
@@ -1969,8 +1969,8 @@ fwohci_intr_dma(struct fwohci_softc *sc,
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) {
More information about the svn-src-stable
mailing list