From 793de535ef6d7f58f1d624b3b1d4c17768d53f5d Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 13 Oct 2014 04:57:11 +0000 Subject: [PATCH] typo --- tests/net/mcast/t_mcast.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/net/mcast/t_mcast.c b/tests/net/mcast/t_mcast.c index 349a4a0d8aac..850ec8c9353e 100644 --- a/tests/net/mcast/t_mcast.c +++ b/tests/net/mcast/t_mcast.c @@ -1,4 +1,4 @@ -/* $NetBSD: t_mcast.c,v 1.6 2014/10/13 04:56:26 christos Exp $ */ +/* $NetBSD: t_mcast.c,v 1.7 2014/10/13 04:57:11 christos Exp $ */ /*- * Copyright (c) 2014 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include #ifdef __RCSID -__RCSID("$NetBSD: t_mcast.c,v 1.6 2014/10/13 04:56:26 christos Exp $"); +__RCSID("$NetBSD: t_mcast.c,v 1.7 2014/10/13 04:57:11 christos Exp $"); #else extern const char *__progname; #define getprogname() __progname @@ -106,7 +106,7 @@ addmc(int s, struct addrinfo *ai, bool bug) * Linux: Does not support the v6 ioctls on v4 mapped * sockets but it does support the v4 ones and * it works. - * MacOS/X: Dupports the v6 ioctls on v4 mapped sockets, + * MacOS/X: Supports the v6 ioctls on v4 mapped sockets, * but does not work and also does not support * the v4 ioctls. So no way to make multicasting * work with mapped addresses.