summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-05 21:36:45 +0000
committeruqs <uqs@FreeBSD.org>2012-01-05 21:36:45 +0000
commit2b302aad9f597489a5b87e5d623f1a326758605e (patch)
treec8ee040beaf87179f920dfcd10aebae532ac7e0e /usr.sbin/bluetooth
parentb5c7b0dfe9b8e88376b3dc765231155b450c8e0e (diff)
downloadFreeBSD-src-2b302aad9f597489a5b87e5d623f1a326758605e.zip
FreeBSD-src-2b302aad9f597489a5b87e5d623f1a326758605e.tar.gz
Touch up some more small typos missed in the previous round.
Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
Diffstat (limited to 'usr.sbin/bluetooth')
-rw-r--r--usr.sbin/bluetooth/sdpd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/sdpd/server.c b/usr.sbin/bluetooth/sdpd/server.c
index 3f168e0..4ef153b 100644
--- a/usr.sbin/bluetooth/sdpd/server.c
+++ b/usr.sbin/bluetooth/sdpd/server.c
@@ -334,7 +334,7 @@ server_accept_client(server_p srv, int32_t fd)
* The minimum L2CAP MTU is 43 bytes. That means we need
* 65536 / 43 = ~1524 chunks to transfer maximum packet
* size with minimum MTU. The "rsp_cs" field in fd_idx_t
- * is 11 bit wide that gives us up to 2048 chunks.
+ * is 11 bits wide, which gives us up to 2048 chunks.
*/
if (omtu < NG_L2CAP_MTU_MINIMUM) {
OpenPOWER on IntegriCloud