Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Aug 2023 06:02:49 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8d8b3e18f73a - stable/12 - sk(4): Fix a typo in a source code comment
Message-ID:  <202308040602.37462nfX087534@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by gbe:

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

commit 8d8b3e18f73a946760d9e340b83b41eacfa52f43
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2023-08-01 05:50:45 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2023-08-04 06:02:43 +0000

    sk(4): Fix a typo in a source code comment
    
    - s/nomral/normal/
    
    (cherry picked from commit 135c2b71562f6a6b8e918cc66d5468342c198d02)
---
 sys/dev/sk/if_sk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/dev/sk/if_sk.c b/sys/dev/sk/if_sk.c
index d6fae635d70b..95db263f7eeb 100644
--- a/sys/dev/sk/if_sk.c
+++ b/sys/dev/sk/if_sk.c
@@ -2654,7 +2654,7 @@ skc_resume(dev)
  * to get correct checksum value but couldn't get correct one. So TCP/UDP
  * checksum offload was disabled at the moment and only IP checksum offload
  * was enabled.
- * As nomral IP header size is 20 bytes I can't expect it would give an
+ * As normal IP header size is 20 bytes I can't expect it would give an
  * increase in throughput. However it seems it doesn't hurt performance in
  * my testing. If there is a more detailed information for checksum secret
  * of the hardware in question please contact yongari@FreeBSD.org to add



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308040602.37462nfX087534>