Skip to content

Commit

Permalink
sk(4): Fix a typo in a source code comment
Browse files Browse the repository at this point in the history
- s/nomral/normal/

(cherry picked from commit 135c2b7)
  • Loading branch information
gbergling committed Aug 4, 2023
1 parent a24e9d8 commit b26e36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/dev/sk/if_sk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2576,7 +2576,7 @@ skc_resume(device_t 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
Expand Down

0 comments on commit b26e36c

Please sign in to comment.