git: 0fef54255be8 - main - route6d: Fix typo (triple S)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Dec 2023 03:26:28 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=0fef54255be870c2e1f7dd78b49bc326eca0c15c
commit 0fef54255be870c2e1f7dd78b49bc326eca0c15c
Author: Jose Luis Duran <jlduran@gmail.com>
AuthorDate: 2023-12-28 03:17:17 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-12-28 03:24:32 +0000
route6d: Fix typo (triple S)
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/955
---
usr.sbin/route6d/route6d.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/route6d/route6d.c b/usr.sbin/route6d/route6d.c
index 07e721ad01f6..17b985fac2c0 100644
--- a/usr.sbin/route6d/route6d.c
+++ b/usr.sbin/route6d/route6d.c
@@ -1686,7 +1686,7 @@ ifremove(int ifindex)
/*
* Receive and process routing messages.
- * Update interface information as necesssary.
+ * Update interface information as necessary.
*/
static void
rtrecv(void)