summaryrefslogtreecommitdiff
path: root/sys/netinet6
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-03 14:39:24 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-08-03 14:39:24 +0000
commite756eadb0cce148220f5f02811121149ce467c61 (patch)
tree35f134562c9a0ff7870a2367eb9da489191f31f8 /sys/netinet6
parent9faac510caaaf18381120cf7fea1fe2fe5353ce8 (diff)
typo in #define. ICMP6_NI_SUCESS -> SUCCESS.
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/icmp6.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/icmp6.c b/sys/netinet6/icmp6.c
index ac64e71b10d..cc0067d8afb 100644
--- a/sys/netinet6/icmp6.c
+++ b/sys/netinet6/icmp6.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: icmp6.c,v 1.19 2000/07/06 10:11:24 itojun Exp $ */
-/* $KAME: icmp6.c,v 1.119 2000/07/03 14:16:46 itojun Exp $ */
+/* $OpenBSD: icmp6.c,v 1.20 2000/08/03 14:39:23 itojun Exp $ */
+/* $KAME: icmp6.c,v 1.130 2000/08/03 14:22:10 itojun Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -1329,7 +1329,7 @@ ni6_input(m, off)
}
nni6->ni_type = ICMP6_NI_REPLY;
- nni6->ni_code = ICMP6_NI_SUCESS;
+ nni6->ni_code = ICMP6_NI_SUCCESS;
m_freem(m);
return(n);