From 35c5dc9d9bebeb5e7f693b10b66f4aac1bf99860 Mon Sep 17 00:00:00 2001 From: skrll Date: Sun, 15 May 2016 13:59:36 +0000 Subject: [PATCH] Typo in comment --- sys/dev/ic/sl811hs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/sl811hs.c b/sys/dev/ic/sl811hs.c index 53fee7a214a7..f7fd008b4fc9 100644 --- a/sys/dev/ic/sl811hs.c +++ b/sys/dev/ic/sl811hs.c @@ -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 -__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 @@ slhci_get_status(struct slhci_softc *sc, usb_port_status_t *ps) 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. */