Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic Really fix comment



details:   https://anonhg.NetBSD.org/src/rev/27b1abf1d8d1
branches:  trunk
changeset: 345276:27b1abf1d8d1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 16 07:59:42 2016 +0000

description:
Really fix comment

diffstat:

 sys/dev/ic/sl811hs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b4583610f751 -r 27b1abf1d8d1 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Mon May 16 07:52:31 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Mon May 16 07:59:42 2016 +0000
@@ -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_callback is called after the lock.
+ * slhci_callback is called after the lock is taken.
  */
 static void
 slhci_callback(struct slhci_softc *sc)



Home | Main Index | Thread Index | Old Index