diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-01-23 19:16:10 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-01-23 19:16:10 +0000 |
commit | 76f1b301beaf1b3b97816b2b1c916e473aabc9a5 (patch) | |
tree | ca55fad37dc86b02f5feb8842e3989817114626d /sys/netinet6 | |
parent | e488c598aa57d4c2a7c96667258432e9c0049518 (diff) |
compatability -> compatibility.
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/nd6.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index ed425358c94..2f99aa867cc 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nd6.h,v 1.14 2001/02/23 08:01:15 itojun Exp $ */ +/* $OpenBSD: nd6.h,v 1.15 2002/01/23 19:16:09 fgsch Exp $ */ /* $KAME: nd6.h,v 1.52 2001/02/19 04:40:37 itojun Exp $ */ /* @@ -202,7 +202,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; |