aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2023-08-01 05:50:45 +0000
committerGordon Bergling <gbe@FreeBSD.org>2023-08-04 06:02:43 +0000
commit8d8b3e18f73a946760d9e340b83b41eacfa52f43 (patch)
tree7a3b0786cc3c62d1018551f0008712ae47e0f5fc /sys/dev
parent193f782e525ed56939c97852f07244b587ab529d (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/sk/if_sk.c2
1 files changed, 1 insertions, 1 deletions
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