Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Typo in comment



details:   https://anonhg.NetBSD.org/src/rev/0b74207790fe
branches:  trunk
changeset: 345258:0b74207790fe
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun May 15 13:59:36 2016 +0000

description:
Typo in comment

diffstat:

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

diffs (27 lines):

diff -r 39bb659be546 -r 0b74207790fe sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Sun May 15 10:35:54 2016 +0000
+++ b/sys/dev/ic/sl811hs.c      Sun May 15 13:59:36 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.70 2016/05/14 10:07:52 skrll Exp $       */
+/*     $NetBSD: sl811hs.c,v 1.71 2016/05/15 13:59:36 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.70 2016/05/14 10:07:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.71 2016/05/15 13:59:36 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -3054,7 +3054,7 @@
        KASSERT(mutex_owned(&sc->sc_intr_lock));
 
        /*
-        * We do not have a way to detect over current or bable and
+        * We do not have a way to detect over current or babble and
         * suspend is currently not implemented, so connect and reset
         * are the only changes that need to be reported.
         */



Home | Main Index | Thread Index | Old Index