Module Name: src
Committed By: skrll
Date: Mon Sep 23 10:46:35 UTC 2013
Modified Files:
src/sys/dev/ic: sl811hs.c
Log Message:
Typo
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/dev/ic/sl811hs.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/ic/sl811hs.c
diff -u src/sys/dev/ic/sl811hs.c:1.38 src/sys/dev/ic/sl811hs.c:1.39
--- src/sys/dev/ic/sl811hs.c:1.38 Sun Sep 22 09:21:56 2013
+++ src/sys/dev/ic/sl811hs.c Mon Sep 23 10:46:35 2013
@@ -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 @@ slhci_reset_entry(void *arg)
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