Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2021 16:54:27 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: 586c9dc37470 - main - inet(3): Fix a few common typos in source code comments
Message-ID:  <202108281654.17SGsRSr020889@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=586c9dc37470a2b862b50c041d70229026dd530a

commit 586c9dc37470a2b862b50c041d70229026dd530a
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2021-08-28 16:53:02 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2021-08-28 16:53:02 +0000

    inet(3): Fix a few common typos in source code comments
    
    - s/funtion/function/
    
    MFC after:      3 days
---
 sys/netinet/in_pcbgroup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/in_pcbgroup.c b/sys/netinet/in_pcbgroup.c
index cade2574db5d..11ed75be1198 100644
--- a/sys/netinet/in_pcbgroup.c
+++ b/sys/netinet/in_pcbgroup.c
@@ -186,7 +186,7 @@ in_pcbgroup_init(struct inpcbinfo *pcbinfo, u_int hashfields,
 		 * XXXRW: The notion of a bucket to CPU mapping is common at
 		 * both pcbgroup and RSS layers -- does that mean that we
 		 * should migrate it all from RSS to here, and just leave RSS
-		 * responsible only for providing hashing and mapping funtions?
+		 * responsible only for providing hashing and mapping functions?
 		 */
 #ifdef RSS
 		pcbgroup->ipg_cpu = rss_getcpu(pgn);



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