diff options
author | emax <emax@FreeBSD.org> | 2005-03-17 21:39:44 +0000 |
---|---|---|
committer | emax <emax@FreeBSD.org> | 2005-03-17 21:39:44 +0000 |
commit | 8435db4dc6c0ca01c1b393e6d924363df25ca227 (patch) | |
tree | 8f47a586db1e2b7d14c0729529091c2ca5e80cb3 /lib/libbluetooth | |
parent | 7c03e162bd8ef671e67f8d6c2d0cce338669563a (diff) | |
download | FreeBSD-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.h | 2 |
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)) |