diff options
author | 2007-04-01 18:02:49 +0000 | |
---|---|---|
committer | 2007-04-01 18:02:49 +0000 | |
commit | 3284c8d892f6ad4ee99614f6e335ace7ce30411d (patch) | |
tree | 1ce182935221c40cc0e3df0484c337329546a488 | |
parent | Document X related options. ok and tweaks jmc@ (diff) | |
download | wireguard-openbsd-3284c8d892f6ad4ee99614f6e335ace7ce30411d.tar.xz wireguard-openbsd-3284c8d892f6ad4ee99614f6e335ace7ce30411d.zip |
s/multpile/multiple/
From Dunceor.
-rw-r--r-- | sys/dev/usb/if_wi_usb.c | 4 |
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; |