summaryrefslogtreecommitdiffstats
path: root/lib/libbluetooth
diff options
context:
space:
mode:
authoremax <emax@FreeBSD.org>2005-03-17 21:39:44 +0000
committeremax <emax@FreeBSD.org>2005-03-17 21:39:44 +0000
commit8435db4dc6c0ca01c1b393e6d924363df25ca227 (patch)
tree8f47a586db1e2b7d14c0729529091c2ca5e80cb3 /lib/libbluetooth
parent7c03e162bd8ef671e67f8d6c2d0cce338669563a (diff)
downloadFreeBSD-src-8435db4dc6c0ca01c1b393e6d924363df25ca227.zip
FreeBSD-src-8435db4dc6c0ca01c1b393e6d924363df25ca227.tar.gz
Fix typo in comments (spell Linux correctly)
Submitted by: Markus Brueffer < markus at brueffer dot de > MFC after: 3 days
Diffstat (limited to 'lib/libbluetooth')
-rw-r--r--lib/libbluetooth/bluetooth.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libbluetooth/bluetooth.h b/lib/libbluetooth/bluetooth.h
index 516f691..d979787 100644
--- a/lib/libbluetooth/bluetooth.h
+++ b/lib/libbluetooth/bluetooth.h
@@ -45,7 +45,7 @@
__BEGIN_DECLS
/*
- * Lunux BlueZ compatibility
+ * Linux BlueZ compatibility
*/
#define bacmp(ba1, ba2) memcmp((ba1), (ba2), sizeof(bdaddr_t))
OpenPOWER on IntegriCloud