Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet6 fix typo



details:   https://anonhg.NetBSD.org/src/rev/17b340697d37
branches:  trunk
changeset: 817886:17b340697d37
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Sep 14 16:17:17 2016 +0000

description:
fix typo

diffstat:

 sys/netinet6/in6_var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c2f79000caf4 -r 17b340697d37 sys/netinet6/in6_var.h
--- a/sys/netinet6/in6_var.h    Wed Sep 14 16:00:10 2016 +0000
+++ b/sys/netinet6/in6_var.h    Wed Sep 14 16:17:17 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in6_var.h,v 1.86 2016/09/13 00:45:15 christos Exp $    */
+/*     $NetBSD: in6_var.h,v 1.87 2016/09/14 16:17:17 christos Exp $    */
 /*     $KAME: in6_var.h,v 1.81 2002/06/08 11:16:51 itojun Exp $        */
 
 /*
@@ -499,7 +499,7 @@
 #define IN6_IFF_TEMPORARY      0x80    /* temporary (anonymous) address. */
 
 #define IN6_IFFBITS \
-    "\020\1ANYCAST\2TENTATIVE\3DUPLICATED\4DETACHED\5DEPRECAGTED\6NODAD" \
+    "\020\1ANYCAST\2TENTATIVE\3DUPLICATED\4DETACHED\5DEPRECATED\6NODAD" \
     "\7AUTOCONF\10TEMPORARY"
 
 



Home | Main Index | Thread Index | Old Index