inet(3): Fix a few common typos in source code comments

- s/funtion/function/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2021-08-28 18:53:02 +02:00
parent 16b71d98d9
commit 586c9dc374
1 changed files with 1 additions and 1 deletions

View File

@ -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);