git: b66b2c4d9b3f - main - ifconfig: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:33:57 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b66b2c4d9b3ffff93719373396dc245b7f1ea159 commit b66b2c4d9b3ffff93719373396dc245b7f1ea159 Author: Elyes Haouas <ehaouas@noos.fr> AuthorDate: 2023-06-01 23:41:33 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-02 02:33:40 +0000 ifconfig: Fix typos Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653 --- sbin/ifconfig/ifconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h index fda3736ba430..e1c7f84793e7 100644 --- a/sbin/ifconfig/ifconfig.h +++ b/sbin/ifconfig/ifconfig.h @@ -296,7 +296,7 @@ int ifconfig_wrapper_nl(struct ifconfig_args *args, int iscreate, uint32_t if_nametoindex_nl(struct snl_state *ss, const char *ifname); /* - * XXX expose this so modules that neeed to know of any pending + * XXX expose this so modules that need to know of any pending * operations on ifmedia can avoid cmd line ordering confusion. */ struct ifmediareq *ifmedia_getstate(void);