Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Dec 2025 09:54:36 +0000
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 756712d745db - main - ng_hci(4): Fix a typo in a source code comment
Message-ID:  <693d37dc.34b2d.39709446@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help

The branch main has been updated by gbe:

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

commit 756712d745db207085f1fe87dc8258434ec2147d
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2025-12-13 09:51:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?693d37dc.34b2d.39709446>