diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
| commit | e1e8f51b8555571132dba60bfbf7ba4af79b2896 (patch) | |
| tree | 4ad0993af23bf202075ced65c39036f20bdb7a9f /sys/netgraph/bluetooth/socket | |
| parent | 81c968ebb5b845e9e795e96b8fc1cc6817c006ec (diff) | |
Notes
Diffstat (limited to 'sys/netgraph/bluetooth/socket')
| -rw-r--r-- | sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c index 932ec5bb6aed..ee0886f1bb95 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c @@ -1974,7 +1974,7 @@ ng_btsocket_l2cap_attach(struct socket *so, int proto, struct thread *td) * 2) When we need to accept new incomming connection and call * sonewconn() * - * In the first case we must aquire ng_btsocket_l2cap_sockets_mtx. + * In the first case we must acquire ng_btsocket_l2cap_sockets_mtx. * In the second case we hold ng_btsocket_l2cap_sockets_mtx already. * So we now need to distinguish between these cases. From reading * /sys/kern/uipc_socket.c we can find out that sonewconn() calls |
