bluetooth(3): Fix a typo in a source code comment
- s/intrrupt/interrupt/ MFC after: 3 days
This commit is contained in:
parent
37519e3ff3
commit
e24fd6d664
@ -114,7 +114,7 @@ server_init(bthid_server_p srv)
|
||||
return (-1);
|
||||
}
|
||||
|
||||
/* Create intrrupt socket */
|
||||
/* Create interrupt socket */
|
||||
srv->intr = socket(PF_BLUETOOTH, SOCK_SEQPACKET, BLUETOOTH_PROTO_L2CAP);
|
||||
if (srv->intr < 0) {
|
||||
syslog(LOG_ERR, "Could not create interrupt L2CAP socket. " \
|
||||
|
Loading…
x
Reference in New Issue
Block a user