Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Fix typo. From Nick Hibma.
details: https://anonhg.NetBSD.org/src/rev/16588bfd87ac
branches: trunk
changeset: 481406:16588bfd87ac
user: augustss <augustss%NetBSD.org@localhost>
date: Fri Jan 28 10:19:48 2000 +0000
description:
Fix typo. From Nick Hibma.
diffstat:
sys/dev/usb/ohci.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6645b8678ce7 -r 16588bfd87ac sys/dev/usb/ohci.c
--- a/sys/dev/usb/ohci.c Fri Jan 28 09:27:38 2000 +0000
+++ b/sys/dev/usb/ohci.c Fri Jan 28 10:19:48 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ohci.c,v 1.65 2000/01/25 12:06:21 augustss Exp $ */
+/* $NetBSD: ohci.c,v 1.66 2000/01/28 10:19:48 augustss Exp $ */
/* $FreeBSD: src/sys/dev/usb/ohci.c,v 1.22 1999/11/17 22:33:40 n_hibma Exp $ */
/*
@@ -2370,7 +2370,7 @@
{
struct ohci_pipe *opipe = (struct ohci_pipe *)pipe;
- opipe->sed->ed.ed_tailp &= LE(~OHCI_TOGGLECARRY);
+ opipe->sed->ed.ed_headp &= LE(~OHCI_TOGGLECARRY);
}
static void
Home |
Main Index |
Thread Index |
Old Index