git: c6ceb4793246 - stable/13 - 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:14:47 UTC
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c6ceb4793246fb1be5d474a6c5d2f40daa574e19 commit c6ceb4793246fb1be5d474a6c5d2f40daa574e19 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:09:25 +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 9a80a6db794f..bb856df2b4e7 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