summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
authorStefan Sperling <stsp@cvs.openbsd.org>2011-04-03 13:56:06 +0000
committerStefan Sperling <stsp@cvs.openbsd.org>2011-04-03 13:56:06 +0000
commitc6f98ff2109135b8b7384fb7b1a933fd81e5462e (patch)
tree2f02c85253c685cedae316d9799dac7f7bb469bd /sys/netinet6/nd6.h
parentfb34e9e6ec75598d9717cf0cb3aec9146fd54cca (diff)
fix typos in comments
ok deraadt henning sthen thib (though thib says he can't spell)
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 6eed9551610..b31441ccef7 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nd6.h,v 1.27 2010/04/06 14:12:10 stsp Exp $ */
+/* $OpenBSD: nd6.h,v 1.28 2011/04/03 13:56:05 stsp Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
@@ -267,7 +267,7 @@ struct nd_prefix {
/* list of routers that advertise the prefix: */
LIST_HEAD(pr_rtrhead, nd_pfxrouter) ndpr_advrtrs;
u_char ndpr_plen;
- int ndpr_refcnt; /* reference couter from addresses */
+ int ndpr_refcnt; /* reference counter from addresses */
};
#define ndpr_next ndpr_entry.le_next