The branch main has been updated by gbe:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=756712d745db207085f1fe87dc8258434ec2147d

commit 756712d745db207085f1fe87dc8258434ec2147d
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2025-12-13 09:51:45 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2025-12-13 09:54:30 +0000

    ng_hci(4): Fix a typo in a source code comment
    
    - s/depricated/deprecated/
    
    MFC after:      3 days
---
 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 {

Reply via email to