diff options
author | 2015-10-05 01:22:34 +0000 | |
---|---|---|
committer | 2015-10-05 01:22:34 +0000 | |
commit | 050b9ef3a24d73f14f63e68ab3efe4163573ad1a (patch) | |
tree | f349a846da9eba654437697efc504ae687913cbc /sys/netinet6 | |
parent | Ignore IPv4 TLVs in IPv6 instances and vice-versa. (diff) | |
download | wireguard-openbsd-050b9ef3a24d73f14f63e68ab3efe4163573ad1a.tar.xz wireguard-openbsd-050b9ef3a24d73f14f63e68ab3efe4163573ad1a.zip |
user land -> userland; from Rob Pierce
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/in6_var.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/in6_var.h b/sys/netinet6/in6_var.h index 65e82697ce2..fa498bd348c 100644 --- a/sys/netinet6/in6_var.h +++ b/sys/netinet6/in6_var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in6_var.h,v 1.56 2015/09/10 16:39:39 mpi Exp $ */ +/* $OpenBSD: in6_var.h,v 1.57 2015/10/05 01:22:34 deraadt Exp $ */ /* $KAME: in6_var.h,v 1.55 2001/02/16 12:49:45 itojun Exp $ */ /* @@ -275,7 +275,7 @@ struct in6_aliasreq { /* * prefix related flags passed between kernel(NDP related part) and - * user land command(ifconfig) and daemon(rtadvd). + * userland command(ifconfig) and daemon(rtadvd). */ struct prf_ra { u_int onlink : 1; |