diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-06 16:27:29 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-04-06 16:27:29 +0000 |
| commit | f64919bbd9b7d84f61a99264c33187fc63aca2a4 (patch) | |
| tree | 5f21d1f9529ba0a6663525d5147b6909b2d61862 /sys/netgraph | |
| parent | 0938d04a2c513122127c4a1552542ab617f567a8 (diff) | |
Diffstat (limited to 'sys/netgraph')
| -rw-r--r-- | sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c index d24e830becb1..7bdf9c95c53d 100644 --- a/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c +++ b/sys/netgraph/bluetooth/socket/ng_btsocket_rfcomm.c @@ -2001,7 +2001,7 @@ ng_btsocket_rfcomm_receive_sabm(ng_btsocket_rfcomm_session_p s, int dlci) /* Make sure multiplexor channel is open */ if (s->state != NG_BTSOCKET_RFCOMM_SESSION_OPEN) { NG_BTSOCKET_RFCOMM_ERR( -"%s: Got SABM for dlci=%d with mulitplexor channel closed, state=%d, " \ +"%s: Got SABM for dlci=%d with multiplexor channel closed, state=%d, " \ "flags=%#x\n", __func__, dlci, s->state, s->flags); return (EINVAL); |
