Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix a comment
details: https://anonhg.NetBSD.org/src/rev/9bc41b3b9b07
branches: trunk
changeset: 346048:9bc41b3b9b07
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jun 20 14:18:30 2016 +0000
description:
Fix a comment
diffstat:
sys/dev/ic/sl811hs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r ce50360e9b19 -r 9bc41b3b9b07 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c Mon Jun 20 10:02:43 2016 +0000
+++ b/sys/dev/ic/sl811hs.c Mon Jun 20 14:18:30 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sl811hs.c,v 1.84 2016/06/20 07:13:07 skrll Exp $ */
+/* $NetBSD: sl811hs.c,v 1.85 2016/06/20 14:18:30 skrll Exp $ */
/*
* Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.84 2016/06/20 07:13:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.85 2016/06/20 14:18:30 skrll Exp $");
#ifdef _KERNEL_OPT
#include "opt_slhci.h"
@@ -1537,7 +1537,7 @@
return ret;
}
-/* called with main lock only held, returns with locks released. */
+/* called with interrupt lock only held. */
void
slhci_main(struct slhci_softc *sc)
{
Home |
Main Index |
Thread Index |
Old Index