Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 03:26:28 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0fef54255be8 - main - route6d: Fix typo (triple S)
Message-ID:  <202312280326.3BS3QSPx078231@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202312280326.3BS3QSPx078231>