diff options
author | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
---|---|---|
committer | asmodai <asmodai@FreeBSD.org> | 2001-02-06 12:05:58 +0000 |
commit | 7d76aced28ec9c258bd533a4e33516f71f44b6de (patch) | |
tree | 51f7811d4e593e1c5d5f38cc3d2fbeec28fcd3fe /sys/netinet6 | |
parent | 7dcfea0100bdd36891f50e5740f8a01da166b7a8 (diff) | |
download | FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.zip FreeBSD-src-7d76aced28ec9c258bd533a4e33516f71f44b6de.tar.gz |
Fix typo: compatability -> compatibility.
Compatability is not an existing english word.
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/nd6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index be1264d..26f58b5 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -197,7 +197,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; |