Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ieee1394 fix grammar in error message
details: https://anonhg.NetBSD.org/src/rev/546d8704068b
branches: trunk
changeset: 757440:546d8704068b
user: cegger <cegger%NetBSD.org@localhost>
date: Sun Aug 29 21:15:26 2010 +0000
description:
fix grammar in error message
diffstat:
sys/dev/ieee1394/fwohci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 22df46f14085 -r 546d8704068b sys/dev/ieee1394/fwohci.c
--- a/sys/dev/ieee1394/fwohci.c Sun Aug 29 21:14:16 2010 +0000
+++ b/sys/dev/ieee1394/fwohci.c Sun Aug 29 21:15:26 2010 +0000
@@ -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)
Home |
Main Index |
Thread Index |
Old Index