aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElyes Haouas <ehaouas@noos.fr>2023-06-01 23:41:34 +0000
committerWarner Losh <imp@FreeBSD.org>2023-06-02 02:33:40 +0000
commite71b32940258b40eb52e5cbeadb209336d62c319 (patch)
tree6f10171de26702f963c356f48803178e2e6a6668
parentb03b271bb73b2ee7f77db7833b041dbed9074a0f (diff)
downloadsrc-e71b32940258b40eb52e5cbeadb209336d62c319.tar.gz
src-e71b32940258b40eb52e5cbeadb209336d62c319.zip
route6d: 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--usr.sbin/route6d/route6d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c
index 7d873d4dfa40..fec31648cd36 100644
--- a/usr.sbin/route6d/route6d.c
+++ b/usr.sbin/route6d/route6d.c
@@ -101,7 +101,7 @@ struct ifc { /* Configuration of an interface */
};
static TAILQ_HEAD(, ifc) ifc_head = TAILQ_HEAD_INITIALIZER(ifc_head);
-struct ifac { /* Adddress associated to an interface */
+struct ifac { /* Address associated to an interface */
TAILQ_ENTRY(ifac) ifac_next;
struct ifc *ifac_ifc; /* back pointer */