diff options
| author | skrll <skrll@NetBSD.org> | 2013-09-23 10:46:35 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2013-09-23 10:46:35 +0000 |
| commit | 7fe1db2065581ed8407dded65bd3e4720cedda2e (patch) | |
| tree | f3eab2c441ab3c2d347eb969ce351c10b76857b3 /sys/dev/ic | |
| parent | 337655771ff88836eca49f1ff984e5aa83a23eaf (diff) | |
Typo
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/sl811hs.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/sl811hs.c b/sys/dev/ic/sl811hs.c index 66ce5032e2f..67a73ad4e0f 100644 --- a/sys/dev/ic/sl811hs.c +++ b/sys/dev/ic/sl811hs.c @@ -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 |
