diff options
| author | plunky <plunky@NetBSD.org> | 2016-01-22 08:51:40 +0000 |
|---|---|---|
| committer | plunky <plunky@NetBSD.org> | 2016-01-22 08:51:40 +0000 |
| commit | 368190bc13cbac3e5aa0bba6d38d11bfe6a56d85 (patch) | |
| tree | f137bffb6efe111c54b9028006635a7811806e1b /lib/libbluetooth | |
| parent | 6efa865a3bf0a41a0cfde0f65b6fb5342446105f (diff) | |
correct comment in literal section
Diffstat (limited to 'lib/libbluetooth')
| -rw-r--r-- | lib/libbluetooth/bt_dev.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libbluetooth/bt_dev.3 b/lib/libbluetooth/bt_dev.3 index de7f7716536..9c8489ed45b 100644 --- a/lib/libbluetooth/bt_dev.3 +++ b/lib/libbluetooth/bt_dev.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: bt_dev.3,v 1.3 2011/10/25 09:33:55 plunky Exp $ +.\" $NetBSD: bt_dev.3,v 1.4 2016/01/22 08:51:40 plunky Exp $ .\" .\" Copyright (c) 2009 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -155,7 +155,7 @@ structure contains at least the following members: /* flow control */ uint16_t cmd_free; /* available CMD packet buffers */ uint16_t acl_free; /* available ACL packet buffers */ - uint16_t sco_free; /* available ACL packet buffers */ + uint16_t sco_free; /* available SCO packet buffers */ /* statistics */ uint32_t cmd_sent; |
