diff options
-rw-r--r-- | sys/netinet6/in6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/in6.c b/sys/netinet6/in6.c index 2d6ce68..7d0e5da 100644 --- a/sys/netinet6/in6.c +++ b/sys/netinet6/in6.c @@ -966,7 +966,7 @@ in6_purgeaddr(ifa, ifp) /* * SIOC[GAD]LIFADDR. - * SIOCGLIFADDR: get first address. (???) + * SIOCGLIFADDR: get first address. (?) * SIOCGLIFADDR with IFLR_PREFIX: * get first address that matches the specified prefix. * SIOCALIFADDR: add the specified address. |