Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Nov 2010 07:38:27 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r215385 - stable/8/sys/dev/firewire
Message-ID:  <201011160738.oAG7cRTK044057@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Tue Nov 16 07:38:26 2010
New Revision: 215385
URL: http://svn.freebsd.org/changeset/base/215385

Log:
  MFC r214021:
  
  Fix grammar.

Modified:
  stable/8/sys/dev/firewire/fwohci.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/dev/firewire/fwohci.c
==============================================================================
--- stable/8/sys/dev/firewire/fwohci.c	Tue Nov 16 07:35:29 2010	(r215384)
+++ stable/8/sys/dev/firewire/fwohci.c	Tue Nov 16 07:38:26 2010	(r215385)
@@ -1971,8 +1971,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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011160738.oAG7cRTK044057>