Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/mcast typo



details:   https://anonhg.NetBSD.org/src/rev/5090322cf6d4
branches:  trunk
changeset: 332979:5090322cf6d4
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 13 04:57:11 2014 +0000

description:
typo

diffstat:

 tests/net/mcast/t_mcast.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8d9e94a6be86 -r 5090322cf6d4 tests/net/mcast/t_mcast.c
--- a/tests/net/mcast/t_mcast.c Mon Oct 13 04:56:26 2014 +0000
+++ b/tests/net/mcast/t_mcast.c Mon Oct 13 04:57:11 2014 +0000
@@ -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 <sys/cdefs.h>
 #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 @@
                 * 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.



Home | Main Index | Thread Index | Old Index