Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itojun committed Oct 19, 2001
1 parent ac5e71a commit 5dce5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
/* $KAME: nd6.h,v 1.70 2001/09/21 09:58:38 jinmei Exp $ */
/* $KAME: nd6.h,v 1.71 2001/10/19 03:04:53 itojun Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -262,7 +262,7 @@ struct nd_prefix {
*/
struct inet6_ndpr_msghdr {
u_short inpm_msglen; /* to skip over non-understood messages */
u_char inpm_version; /* future binary compatability */
u_char inpm_version; /* future binary compatibility */
u_char inpm_type; /* message type */
struct in6_addr inpm_prefix;
u_long prm_vltim;
Expand Down

0 comments on commit 5dce5c3

Please sign in to comment.