From b66b2c4d9b3ffff93719373396dc245b7f1ea159 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 1 Jun 2023 17:41:33 -0600 Subject: ifconfig: Fix typos Signed-off-by: Elyes Haouas 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); -- cgit v1.2.3