Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Oct 2010 14:26:29 +0000 (UTC)
From:      Bruce Cran <brucec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214021 - head/sys/dev/firewire
Message-ID:  <201010181426.o9IEQTnP074158@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brucec
Date: Mon Oct 18 14:26:29 2010
New Revision: 214021
URL: http://svn.freebsd.org/changeset/base/214021

Log:
  Fix grammar.

Modified:
  head/sys/dev/firewire/fwohci.c

Modified: head/sys/dev/firewire/fwohci.c
==============================================================================
--- head/sys/dev/firewire/fwohci.c	Mon Oct 18 14:13:19 2010	(r214020)
+++ head/sys/dev/firewire/fwohci.c	Mon Oct 18 14:26:29 2010	(r214021)
@@ -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?201010181426.o9IEQTnP074158>