Date: Sat, 9 Apr 2022 06:34:04 GMT 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: f8512120ae5b - stable/12 - iwm(4): Fix a typo in a source code comment Message-ID: <202204090634.2396Y4CQ062795@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=f8512120ae5be765e9306535bc24dd49f94908fa commit f8512120ae5be765e9306535bc24dd49f94908fa Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-04-02 09:50:38 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-04-09 06:32:02 +0000 iwm(4): Fix a typo in a source code comment - s/coresponding/corresponding/ Obtained from: NetBSD (cherry picked from commit 9f4dc7fd97de953744caa6a7cfc4e291871f1224) --- sys/dev/iwm/if_iwmreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/iwm/if_iwmreg.h b/sys/dev/iwm/if_iwmreg.h index 310b2d53a82e..ee274e54a76b 100644 --- a/sys/dev/iwm/if_iwmreg.h +++ b/sys/dev/iwm/if_iwmreg.h @@ -4846,7 +4846,7 @@ struct iwm_ba_notif { /* * struct iwm_mac_beacon_cmd - beacon template command * @tx: the tx commands associated with the beacon frame - * @template_id: currently equal to the mac context id of the coresponding + * @template_id: currently equal to the mac context id of the corresponding * mac. * @tim_idx: the offset of the tim IE in the beacon * @tim_size: the length of the tim IE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204090634.2396Y4CQ062795>