Source-Changes-HG archive

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

[src/nick-nhusb]: src/sys/dev/ic Typo



details:   https://anonhg.NetBSD.org/src/rev/7e398621734c
branches:  nick-nhusb
changeset: 334267:7e398621734c
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Oct 11 08:35:04 2015 +0000

description:
Typo

diffstat:

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

diffs (27 lines):

diff -r 3a74a6c78c08 -r 7e398621734c sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Sun Oct 11 08:13:11 2015 +0000
+++ b/sys/dev/ic/sl811hs.c      Sun Oct 11 08:35:04 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.47.6.11 2014/12/05 09:37:49 skrll Exp $  */
+/*     $NetBSD: sl811hs.c,v 1.47.6.12 2015/10/11 08:35:04 skrll Exp $  */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.47.6.11 2014/12/05 09:37:49 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.47.6.12 2015/10/11 08:35:04 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -931,7 +931,7 @@
         */
        if (spipe->pflags & PF_LS) {
                /*
-                * Setting PREAMBLE for directly connnected LS devices will
+                * Setting PREAMBLE for directly connected LS devices will
                 * lock up the chip.
                 */
                if (spipe->pflags & PF_PREAMBLE)



Home | Main Index | Thread Index | Old Index