Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/nick-nhusb]: src/sys/dev/usb Typo in comment
details: https://anonhg.NetBSD.org/src/rev/758704941835
branches: nick-nhusb
changeset: 334176:758704941835
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Mar 29 11:40:00 2015 +0000
description:
Typo in comment
diffstat:
sys/dev/usb/uhci.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ed59b8b12635 -r 758704941835 sys/dev/usb/uhci.c
--- a/sys/dev/usb/uhci.c Sun Mar 29 11:33:15 2015 +0000
+++ b/sys/dev/usb/uhci.c Sun Mar 29 11:40:00 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci.c,v 1.264.4.27 2015/03/29 11:33:15 skrll Exp $ */
+/* $NetBSD: uhci.c,v 1.264.4.28 2015/03/29 11:40:00 skrll Exp $ */
/*
* Copyright (c) 1998, 2004, 2011, 2012 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.27 2015/03/29 11:33:15 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci.c,v 1.264.4.28 2015/03/29 11:40:00 skrll Exp $");
#include <sys/param.h>
@@ -1812,7 +1812,7 @@
* uhci_alloc_sqh allocates QHs
* These two routines do their own free list management,
* partly for speed, partly because allocating DMAable memory
- * has page size granularaity so much memory would be wasted if
+ * has page size granularity so much memory would be wasted if
* only one TD/QH (32 bytes) was placed in each allocated chunk.
*/
Home |
Main Index |
Thread Index |
Old Index