diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-05 21:36:45 +0000 |
|---|---|---|
| committer | Ulrich Spörlein <uqs@FreeBSD.org> | 2012-01-05 21:36:45 +0000 |
| commit | 389ae6c65d4db89e86fd303d7e1288a2a8d12d46 (patch) | |
| tree | c8ee040beaf87179f920dfcd10aebae532ac7e0e /usr.sbin | |
| parent | f7bcc1c41154742834966fb09f96c9f96ae5679d (diff) | |
Notes
Diffstat (limited to 'usr.sbin')
| -rw-r--r-- | usr.sbin/bluetooth/sdpd/server.c | 2 | ||||
| -rw-r--r-- | usr.sbin/pkg_install/lib/plist.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bluetooth/sdpd/server.c b/usr.sbin/bluetooth/sdpd/server.c index 3f168e03cc9eb..4ef153b1661fa 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) { diff --git a/usr.sbin/pkg_install/lib/plist.c b/usr.sbin/pkg_install/lib/plist.c index b7481d8f2e0e3..f760c619f645b 100644 --- a/usr.sbin/pkg_install/lib/plist.c +++ b/usr.sbin/pkg_install/lib/plist.c @@ -123,7 +123,7 @@ find_plist_option(Package *pkg, const char *name) /* * Delete plist item 'type' in the list (if 'name' is non-null, match it - * too.) If 'all' is set, delete all items, not just the first occurrance. + * too.) If 'all' is set, delete all items, not just the first occurrence. */ void delete_plist(Package *pkg, Boolean all, plist_t type, const char *name) |
