aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-01 23:41:33 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:40 +0000
commitb66b2c4d9b3ffff93719373396dc245b7f1ea159 (patch)
treef0737b49dfd8b6b51ce1feb8df23ced00d6c547b
parentd15f57a29d78915c9218cac7692b595e5e8b4581 (diff)
downloadsrc-b66b2c4d9b3ffff93719373396dc245b7f1ea159.tar.gz
src-b66b2c4d9b3ffff93719373396dc245b7f1ea159.zip
ifconfig: Fix typos
Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653
-rw-r--r--sbin/ifconfig/ifconfig.h2
1 files changed, 1 insertions, 1 deletions
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);