diff options
author | ed <ed@FreeBSD.org> | 2009-02-24 17:15:29 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-02-24 17:15:29 +0000 |
commit | 7db4b282f9cc37cecc6619d85cc886e3b1f9a00b (patch) | |
tree | 9891b31457bab87d936d4452f3d54923ec3c4b97 /sys/dev/usb/bluetooth/ng_ubt.c | |
parent | fdc352cfaf35fe110f2640e8dd1744308a8a0849 (diff) | |
download | FreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.zip FreeBSD-src-7db4b282f9cc37cecc6619d85cc886e3b1f9a00b.tar.gz |
Also use proper capitalisation of FreeBSD in other source files.
Approved by: thompsa
Diffstat (limited to 'sys/dev/usb/bluetooth/ng_ubt.c')
-rw-r--r-- | sys/dev/usb/bluetooth/ng_ubt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/bluetooth/ng_ubt.c b/sys/dev/usb/bluetooth/ng_ubt.c index 07ac2194..19f4cf0 100644 --- a/sys/dev/usb/bluetooth/ng_ubt.c +++ b/sys/dev/usb/bluetooth/ng_ubt.c @@ -87,7 +87,7 @@ * Access to the outgoing queues, task flags and hook pointer is * controlled by the sc_ng_mtx lock. It is an unavoidable evil. Again, * sc_ng_mtx should really be a spin lock (and it is very likely to an - * equivalent of spin lock due to adaptive nature of freebsd mutexes). + * equivalent of spin lock due to adaptive nature of FreeBSD mutexes). * All USB callbacks accept softc pointer as a private data. USB ensures * that this pointer is valid. */ |