diff options
author | rwatson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2007-05-27 20:50:23 +0000 |
commit | 79a2e408120d207be00a63c991d92c31c218bfeb (patch) | |
tree | 4ad0993af23bf202075ced65c39036f20bdb7a9f /sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c | |
parent | 77a43d515bcd5757449b87b16f050746afb219d2 (diff) | |
download | FreeBSD-src-79a2e408120d207be00a63c991d92c31c218bfeb.zip FreeBSD-src-79a2e408120d207be00a63c991d92c31c218bfeb.tar.gz |
Universally adopt most conventional spelling of acquire.
Diffstat (limited to 'sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c')
-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 932ec5b..ee0886f 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 |