summaryrefslogtreecommitdiff
path: root/sys/netbt
diff options
context:
space:
mode:
authorCamiel Dobbelaar <camield@cvs.openbsd.org>2006-12-01 07:18:35 +0000
committerCamiel Dobbelaar <camield@cvs.openbsd.org>2006-12-01 07:18:35 +0000
commit83beb1729251f68bc248745d2599d160fd547f94 (patch)
tree4da34080262860a9290f4c87543b133b69cda680 /sys/netbt
parent1fe1b5c1915fceaeac9fcc50f72fecd24fb232b3 (diff)
spelling: queue, not qeueue
Diffstat (limited to 'sys/netbt')
-rw-r--r--sys/netbt/bluetooth.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netbt/bluetooth.h b/sys/netbt/bluetooth.h
index e1e9e38d562..1e995036e18 100644
--- a/sys/netbt/bluetooth.h
+++ b/sys/netbt/bluetooth.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bluetooth.h,v 1.2 2005/01/17 18:12:49 mickey Exp $ */
+/* $OpenBSD: bluetooth.h,v 1.3 2006/12/01 07:18:34 camield Exp $ */
/*
* bluetooth.h
@@ -83,7 +83,7 @@ SYSCTL_DECL(_net_bluetooth_rfcomm);
#endif /* SYSCTL_DECL */
/*
- * Mbuf qeueue and useful mbufq macros. We do not use ifqueue because we
+ * Mbuf queue and useful mbufq macros. We do not use ifqueue because we
* do not need mutex and other locking stuff
*/