Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/net Typo; from Onno van der Linden <o dot vd dot li...



details:   https://anonhg.NetBSD.org/src/rev/4ac1977ea43c
branches:  trunk
changeset: 546970:4ac1977ea43c
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat May 10 08:51:54 2003 +0000

description:
Typo; from Onno van der Linden <o dot vd dot linden at quicknet dot nl>.

diffstat:

 lib/libc/net/vars6.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 76d32f5154e8 -r 4ac1977ea43c lib/libc/net/vars6.c
--- a/lib/libc/net/vars6.c      Sat May 10 07:19:13 2003 +0000
+++ b/lib/libc/net/vars6.c      Sat May 10 08:51:54 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vars6.c,v 1.5 2000/04/24 10:40:25 itojun Exp $ */
+/*     $NetBSD: vars6.c,v 1.6 2003/05/10 08:51:54 uebayasi Exp $       */
 
 /*
  * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: vars6.c,v 1.5 2000/04/24 10:40:25 itojun Exp $");
+__RCSID("$NetBSD: vars6.c,v 1.6 2003/05/10 08:51:54 uebayasi Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -46,7 +46,7 @@
 #endif
 
 /*
- * Definitions of some costant IPv6 addresses.
+ * Definitions of some constant IPv6 addresses.
  */
 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;



Home | Main Index | Thread Index | Old Index