git: cba46da538b8 - main - net(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Apr 2022 08:54:07 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=cba46da538b8ff0937c3a67554ada363da96ce66
commit cba46da538b8ff0937c3a67554ada363da96ce66
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:53:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
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