Date: Sun, 3 Jul 2022 13:13:44 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: e8b7972cfe3c - main - if_clone: Fix a typo in a source code comment Message-ID: <202207031313.263DDiuU017161@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=e8b7972cfe3ce645636e9939ec447ea7bc5bca50 commit e8b7972cfe3ce645636e9939ec447ea7bc5bca50 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-07-03 13:13:32 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-07-03 13:13:32 +0000 if_clone: Fix a typo in a source code comment - s/fucntions/functions/ MFC ater: 3 days --- sys/net/if_clone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h index e454e5d57845..8f1c97705943 100644 --- a/sys/net/if_clone.h +++ b/sys/net/if_clone.h @@ -59,7 +59,7 @@ struct if_clone * if_clone_simple(const char *, ifcs_create_t, ifcs_destroy_t, u_int); void if_clone_detach(struct if_clone *); -/* Unit (de)allocating fucntions. */ +/* Unit (de)allocating functions. */ int ifc_name2unit(const char *name, int *unit); int ifc_alloc_unit(struct if_clone *, int *); void ifc_free_unit(struct if_clone *, int);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207031313.263DDiuU017161>