Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Aug 2020 11:43:44 +0000 (UTC)
From:      "Andrey V. Elsukov" <ae@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r364157 - stable/12/sys/netinet6
Message-ID:  <202008121143.07CBhi4Q017102@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ae
Date: Wed Aug 12 11:43:43 2020
New Revision: 364157
URL: https://svnweb.freebsd.org/changeset/base/364157

Log:
  MFC r363900:
    Fix typo.

Modified:
  stable/12/sys/netinet6/in6_proto.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/netinet6/in6_proto.c
==============================================================================
--- stable/12/sys/netinet6/in6_proto.c	Wed Aug 12 11:42:36 2020	(r364156)
+++ stable/12/sys/netinet6/in6_proto.c	Wed Aug 12 11:43:43 2020	(r364157)
@@ -587,7 +587,7 @@ SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_USELOOPBACK
 	"Create a loopback route when configuring an IPv6 address");
 SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_NODEINFO, nodeinfo,
 	CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_nodeinfo), 0,
-	"Mask of enabled RF4620 node information query types");
+	"Mask of enabled RFC4620 node information query types");
 SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_NODEINFO_OLDMCPREFIX,
 	nodeinfo_oldmcprefix, CTLFLAG_VNET | CTLFLAG_RW,
 	&VNET_NAME(icmp6_nodeinfo_oldmcprefix), 0,



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