mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
net(3): Fix a typo in a source code comment
- s/verion/version/ MFC after: 3 days
This commit is contained in:
parent
24498b53ef
commit
cba46da538
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user