summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Lai <ray@cvs.openbsd.org>2007-04-01 18:02:50 +0000
committerRay Lai <ray@cvs.openbsd.org>2007-04-01 18:02:50 +0000
commit88c636def1fb4f2e359c7150ef91367460252fbc (patch)
tree14db87eecc226f3a3982f37499611cfdce321b96
parent7d6b846889451cac356cf725ae75b69c29200224 (diff)
s/multpile/multiple/
From Dunceor.
-rw-r--r--sys/dev/usb/if_wi_usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c
index dc5fbdbc746..cd833bd3d3d 100644
--- a/sys/dev/usb/if_wi_usb.c
+++ b/sys/dev/usb/if_wi_usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_usb.c,v 1.33 2006/11/26 19:46:28 deraadt Exp $ */
+/* $OpenBSD: if_wi_usb.c,v 1.34 2007/04/01 18:02:49 ray Exp $ */
/*
* Copyright (c) 2003 Dale Rahn. All rights reserved.
@@ -182,7 +182,7 @@ struct wi_usb_softc {
void *wi_info;
void *wi_rxframe;
- /* prevent multpile outstanding USB requests */
+ /* prevent multiple outstanding USB requests */
int wi_lock;
int wi_lockwait;