Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Apr 2022 09:51:19 GMT
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: 9f4dc7fd97de - main - iwm(4): Fix a typo in a source code comment
Message-ID:  <202204020951.2329pJba091896@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=9f4dc7fd97de953744caa6a7cfc4e291871f1224

commit 9f4dc7fd97de953744caa6a7cfc4e291871f1224
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 09:50:38 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-02 09:50:38 +0000

    iwm(4): Fix a typo in a source code comment
    
    - s/coresponding/corresponding/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 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 c9ccbe965095..4dfe8a9ee57f 100644
--- a/sys/dev/iwm/if_iwmreg.h
+++ b/sys/dev/iwm/if_iwmreg.h
@@ -5238,7 +5238,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?202204020951.2329pJba091896>