Module Name: src
Committed By: skrll
Date: Sun Mar 29 11:40:00 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: uhci.c
Log Message:
Typo in comment
To generate a diff of this commit:
cvs rdiff -u -r1.264.4.27 -r1.264.4.28 src/sys/dev/usb/uhci.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/usb/uhci.c
diff -u src/sys/dev/usb/uhci.c:1.264.4.27 src/sys/dev/usb/uhci.c:1.264.4.28
--- src/sys/dev/usb/uhci.c:1.264.4.27 Sun Mar 29 11:33:15 2015
+++ src/sys/dev/usb/uhci.c Sun Mar 29 11:40:00 2015
@@ -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_run(uhci_softc_t *sc, int run, int
* 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.
*/