Date: Sat, 10 Jan 2026 13:11:15 +0000 From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 001a73c78b38 - stable/14 - ng_hci(4): Fix a typo in a source code comment Message-ID: <69624ff3.3ba66.450806d7@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=001a73c78b386735d36521d9c414cc6718e114a1 commit 001a73c78b386735d36521d9c414cc6718e114a1 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2025-12-13 09:51:45 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2026-01-10 13:10:58 +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 {home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69624ff3.3ba66.450806d7>
