git: 59eafd8726e2 - main - netinet6: spell Identifiers in the comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Feb 2026 04:26:53 UTC
The branch main has been updated by maxim:
URL: https://cgit.FreeBSD.org/src/commit/?id=59eafd8726e2be08807650a8f67714124aa75dbd
commit 59eafd8726e2be08807650a8f67714124aa75dbd
Author: Maxim Konovalov <maxim@FreeBSD.org>
AuthorDate: 2026-02-19 04:26:09 +0000
Commit: Maxim Konovalov <maxim@FreeBSD.org>
CommitDate: 2026-02-19 04:26:09 +0000
netinet6: spell Identifiers in the comment
---
sys/netinet6/nd6_rtr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/netinet6/nd6_rtr.c b/sys/netinet6/nd6_rtr.c
index 8f557ba77af5..ba2f025b7db1 100644
--- a/sys/netinet6/nd6_rtr.c
+++ b/sys/netinet6/nd6_rtr.c
@@ -2294,7 +2294,7 @@ regen:
/*
* Check if generated address is not inappropriate:
*
- * - Reserved IPv6 Interface aIdentifers
+ * - Reserved IPv6 Interface Identifiers
* (https://www.iana.org/assignments/ipv6-interface-ids/)
*/