The branch stable/15 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=4e3fbe5cc92ef4822877b08e6d40ff38433cf1de
commit 4e3fbe5cc92ef4822877b08e6d40ff38433cf1de Author: Gordon Bergling <[email protected]> AuthorDate: 2025-12-13 09:51:45 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-01-10 13:08:24 +0000 ng_hci(4): Fix a typo in a source code comment - s/depricated/deprecated/ (cherry picked from commit 756712d745db207085f1fe87dc8258434ec2147d) --- sys/netgraph/bluetooth/include/ng_hci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netgraph/bluetooth/include/ng_hci.h b/sys/netgraph/bluetooth/include/ng_hci.h index ce3291770740..54980e128bba 100644 --- a/sys/netgraph/bluetooth/include/ng_hci.h +++ b/sys/netgraph/bluetooth/include/ng_hci.h @@ -1391,7 +1391,7 @@ typedef struct { typedef ng_hci_status_rp ng_hci_write_iac_lap_rp; -/*0x003b-0x003e commands are depricated v2.0 or later*/ +/*0x003b-0x003e commands are deprecated v2.0 or later*/ #define NG_HCI_OCF_READ_PAGE_SCAN_PERIOD 0x003b /* No command parameter(s) */ typedef struct {
