diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-25 16:40:05 +0000 |
commit | 090a3faf71dd1aa0dc3bc84defc38b7ff3aa3161 (patch) | |
tree | 86d3f30c92a2e4f07f74565a318a64b039c93a51 /sys/arch/hp300 | |
parent | 83ffcdaf38bb4533511a7ca1727d35d0af1172fb (diff) |
spelling fixes, from Martynas Venckus;
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/dev/dnkbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/dev/dnkbd.c b/sys/arch/hp300/dev/dnkbd.c index f5931ac1529..9b249078e06 100644 --- a/sys/arch/hp300/dev/dnkbd.c +++ b/sys/arch/hp300/dev/dnkbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dnkbd.c,v 1.15 2007/04/10 22:37:14 miod Exp $ */ +/* $OpenBSD: dnkbd.c,v 1.16 2007/11/25 16:40:04 jmc Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -556,7 +556,7 @@ dnkbd_input(struct dnkbd_softc *sc, int dat) * Identify the keyboard again. This will switch it to * raw mode again. If this fails, we'll consider the * keyboard as unplugged (to ignore further events until - * a successfull reset). + * a successful reset). */ if (dnkbd_probe(sc) == 0) { /* |