From ac4df2c87767061e240bdc9d549399199f377130 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 4 Oct 2020 01:39:29 +0000 Subject: MFS r366395: Fix Typo in ng_hci_le_connection_complete_ep struct. Approved by: re (gjb) --- sys/netgraph/bluetooth/include/ng_hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netgraph/bluetooth/include/ng_hci.h') diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index 0662b4473a12..ba23ba0563cb 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -1955,7 +1955,7 @@ typedef struct { u_int16_t interval; u_int8_t latency; u_int16_t supervision_timeout; - u_int8_t master_clock_accracy; + u_int8_t master_clock_accuracy; } __attribute__ ((packed)) ng_hci_le_connection_complete_ep; -- cgit v1.2.3