git: 4f40b2b96153 - stable/12 - net(3): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Apr 2022 06:33:49 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=4f40b2b96153a2caa70079e2bbd6469590737edb
commit 4f40b2b96153a2caa70079e2bbd6469590737edb
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-04-02 08:53:40 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-04-09 06:28:54 +0000
net(3): Fix a typo in a source code comment
- s/verion/version/
(cherry picked from commit cba46da538b8ff0937c3a67554ada363da96ce66)
---
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 68ead710e595..da5f3c85a1e0 100644
--- a/sys/net/ethernet.h
+++ b/sys/net/ethernet.h
@@ -43,7 +43,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