From b26e36c34e7c75e37c7640200d1290041f7722bd Mon Sep 17 00:00:00 2001 From: Gordon Bergling Date: Tue, 1 Aug 2023 07:50:45 +0200 Subject: [PATCH] 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 9a0dc1eab81..346878e4910 100644 --- a/sys/dev/sk/if_sk.c +++ b/sys/dev/sk/if_sk.c @@ -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 -- 2.45.2