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



details:   https://anonhg.NetBSD.org/src/rev/4b4d1c9394d7
branches:  trunk
changeset: 790165:4b4d1c9394d7
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Sep 23 10:46:35 2013 +0000

description:
Typo

diffstat:

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

diffs (27 lines):

diff -r 01f688de9601 -r 4b4d1c9394d7 sys/dev/ic/sl811hs.c
--- a/sys/dev/ic/sl811hs.c      Mon Sep 23 10:35:20 2013 +0000
+++ b/sys/dev/ic/sl811hs.c      Mon Sep 23 10:46:35 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sl811hs.c,v 1.38 2013/09/22 09:21:56 adam Exp $        */
+/*     $NetBSD: sl811hs.c,v 1.39 2013/09/23 10:46:35 skrll Exp $       */
 
 /*
  * Not (c) 2007 Matthew Orgass
@@ -85,7 +85,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.38 2013/09/22 09:21:56 adam Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sl811hs.c,v 1.39 2013/09/23 10:46:35 skrll Exp $");
 
 #include "opt_slhci.h"
 
@@ -1405,7 +1405,7 @@
        simple_lock(&sc->sc_lock);
        slhci_reset(sc);
        /*
-        * We cannot call the calback directly since we could then be reset
+        * We cannot call the callback directly since we could then be reset
         * again before finishing and need the callout delay for timing.
         * Scheduling the callout again before we exit would defeat the reap
         * mechanism since we could be unlocked while the reset flag is not



Home | Main Index | Thread Index | Old Index