The branch main has been updated by gbe (doc committer):

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

commit cba46da538b8ff0937c3a67554ada363da96ce66
Author:     Gordon Bergling <[email protected]>
AuthorDate: 2022-04-02 08:53:40 +0000
Commit:     Gordon Bergling <[email protected]>
CommitDate: 2022-04-02 08:53:40 +0000

    net(3): Fix a typo in a source code comment
    
    - s/verion/version/
    
    MFC after:      3 days
---
 sys/net/ethernet.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h
index a3ca88473a9f..807420957aef 100644
--- a/sys/net/ethernet.h
+++ b/sys/net/ethernet.h
@@ -45,7 +45,7 @@
 #define        M_HASFCS        M_PROTO5        /* FCS included at end of frame 
*/
 
 /*
- * Ethernet CRC32 polynomials (big- and little-endian verions).
+ * Ethernet CRC32 polynomials (big- and little-endian versions).
  */
 #define        ETHER_CRC_POLY_LE       0xedb88320
 #define        ETHER_CRC_POLY_BE       0x04c11db6

Reply via email to