Module Name: src
Committed By: skrll
Date: Mon May 16 07:59:42 UTC 2016
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Really fix comment
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/dev/ic/sl811hs.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/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.72 src/sys/dev/ic/sl811hs.c:1.73
--- src/sys/dev/ic/sl811hs.c:1.72 Sun May 15 14:00:08 2016
+++ src/sys/dev/ic/sl811hs.c Mon May 16 07:59:42 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.72 2016/05/15 14:00:08 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.73 2016/05/16 07:59:42 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.72 2016/05/15 14:00:08 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.73 2016/05/16 07:59:42 skrll Exp $");
#include "opt_slhci.h"
@@ -2332,7 +2332,7 @@ slhci_dotransfer(struct slhci_softc *sc)
}
/*
- * slhci_callback is called after the lock.
+ * slhci_callback is called after the lock is taken.
*/
static void
slhci_callback(struct slhci_softc *sc)