Module Name:    src
Committed By:   cegger
Date:           Sun Aug 29 21:15:26 UTC 2010

Modified Files:
        src/sys/dev/ieee1394: fwohci.c

Log Message:
fix grammar in error message


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/dev/ieee1394/fwohci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/ieee1394/fwohci.c
diff -u src/sys/dev/ieee1394/fwohci.c:1.128 src/sys/dev/ieee1394/fwohci.c:1.129
--- src/sys/dev/ieee1394/fwohci.c:1.128	Sun May 23 18:56:58 2010
+++ src/sys/dev/ieee1394/fwohci.c	Sun Aug 29 21:15:26 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: fwohci.c,v 1.128 2010/05/23 18:56:58 christos Exp $	*/
+/*	$NetBSD: fwohci.c,v 1.129 2010/08/29 21:15:26 cegger Exp $	*/
 
 /*-
  * Copyright (c) 2003 Hidetoshi Shimokawa
@@ -37,7 +37,7 @@
  *
  */
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.128 2010/05/23 18:56:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: fwohci.c,v 1.129 2010/08/29 21:15:26 cegger Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -2104,7 +2104,7 @@
 #endif
 			OWRITE(sc, FWOHCI_INTMASKCLR, OHCI_INT_CYC_LOST);
 			aprint_error_dev(fc->dev, "too many cycle lost, "
-			    "no cycle master presents?\n");
+			    "no cycle master present?\n");
 		}
 	}
 	if (stat & OHCI_INT_DMA_ATRQ)

Reply via email to