diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-03-02 07:15:46 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2011-03-02 07:15:46 +0000 |
commit | 3aabb2b7e5326f7212c49ebd28ad5a7cdaf60875 (patch) | |
tree | a417e5853ef8423f63679772574f38156055752f /sys/dev/usb/utwitch.c | |
parent | fcbab318f4d9fb0f0bbfdda6f18afbe4aeda3b4f (diff) |
- change recieved -> received in comments, as well as two unused defines
in pxe.h.
ok deraadt@ sthen@
Diffstat (limited to 'sys/dev/usb/utwitch.c')
-rw-r--r-- | sys/dev/usb/utwitch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/utwitch.c b/sys/dev/usb/utwitch.c index 99e4f8fcaeb..fbbc84e60eb 100644 --- a/sys/dev/usb/utwitch.c +++ b/sys/dev/usb/utwitch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: utwitch.c,v 1.3 2011/01/25 20:03:36 jakemsr Exp $ */ +/* $OpenBSD: utwitch.c,v 1.4 2011/03/02 07:15:45 jasper Exp $ */ /* * Copyright (c) 2010 Yojiro UO <yuo@nui.org> @@ -245,7 +245,7 @@ utwitch_intr(struct uhidev *addr, void *ibuf, u_int len) switch (buf[0]) { case CMD_ACK: if (buf[1] == sc->issueing_cmd) { - DPRINTF(("ack recieved for cmd 0x%.2x\n", buf[1])); + DPRINTF(("ack received for cmd 0x%.2x\n", buf[1])); sc->accepted_cmd = buf[1]; } else { DPRINTF(("cmd-ack mismatch: recved 0x%.2x, expect 0x%.2x\n", |