git: 135c2b71562f - main - sk(4): Fix a typo in a source code comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Aug 2023 05:51:01 UTC
The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=135c2b71562f6a6b8e918cc66d5468342c198d02 commit 135c2b71562f6a6b8e918cc66d5468342c198d02 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-08-01 05:50:45 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2023-08-01 05:50:45 +0000 sk(4): Fix a typo in a source code comment - s/nomral/normal/ MFC after: 3 days --- 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 ac0f552da7d1..39aec245c53f 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -2571,7 +2571,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