Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 05:51:01 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 135c2b71562f - main - sk(4): Fix a typo in a source code comment
Message-ID:  <202308010551.3715p1sa001602@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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