diff options
| author | Maksim Yevmenkin <emax@FreeBSD.org> | 2005-03-17 21:39:44 +0000 |
|---|---|---|
| committer | Maksim Yevmenkin <emax@FreeBSD.org> | 2005-03-17 21:39:44 +0000 |
| commit | 738473e4ff0b1cfde687954493dcf5889c0d55f6 (patch) | |
| tree | 8f47a586db1e2b7d14c0729529091c2ca5e80cb3 /lib/libbluetooth | |
| parent | 092cb1258fa2435e3efb0ea5435e7469af39083b (diff) | |
Notes
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 516f691623c5..d9797876e790 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)) |
