diff options
author | Kyle Evans <kevans@FreeBSD.org> | 2020-10-04 01:39:29 +0000 |
---|---|---|
committer | Kyle Evans <kevans@FreeBSD.org> | 2020-10-04 01:39:29 +0000 |
commit | ac4df2c87767061e240bdc9d549399199f377130 (patch) | |
tree | 5f6b7c12c9d848a70f43175c1eb4e1e16be64e16 /sys | |
parent | 17a1e8854f1fe974c64177635e84489fab8e03fb (diff) | |
download | src-ac4df2c87767061e240bdc9d549399199f377130.tar.gz src-ac4df2c87767061e240bdc9d549399199f377130.zip |
MFS r366395: Fix Typo in ng_hci_le_connection_complete_ep struct.
Approved by: re (gjb)
Notes
Notes:
svn path=/releng/12.2/; revision=366419
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netgraph/bluetooth/include/ng_hci.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |