Date: Sat, 9 Apr 2022 06:14:31 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: 481607d607c8 - stable/13 - iwm(4): Fix a typo in a source code comment Message-ID: <202204090614.2396EVFZ033739@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=481607d607c8c0d5af3a6abae21740b94bee2f4d commit 481607d607c8c0d5af3a6abae21740b94bee2f4d 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:05:43 +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?202204090614.2396EVFZ033739>