summaryrefslogtreecommitdiff
path: root/sys/net/radix.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-07-22 13:05:30 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-07-22 13:05:30 +0000
commit7e3a78952e5d11e7334e5fd34a3d9b44ef1a3b4f (patch)
tree1ae2a8e773e7ddaf78048c3038979b24ad36030c /sys/net/radix.h
parentf5cf5220cebac3a7fd9efbddab88a67a4f64cfcf (diff)
fix typos, martin pelikan
Diffstat (limited to 'sys/net/radix.h')
-rw-r--r--sys/net/radix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/radix.h b/sys/net/radix.h
index fc7c867a05d..ced0ef7d916 100644
--- a/sys/net/radix.h
+++ b/sys/net/radix.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: radix.h,v 1.16 2010/06/28 18:50:37 claudio Exp $ */
+/* $OpenBSD: radix.h,v 1.17 2011/07/22 13:05:29 henning Exp $ */
/* $NetBSD: radix.h,v 1.8 1996/02/13 22:00:37 christos Exp $ */
/*
@@ -128,7 +128,7 @@ struct radix_node_head {
int (*)(struct radix_node *, void *, u_int), void *);
struct radix_node rnh_nodes[3];/* empty tree for common case */
int rnh_multipath; /* multipath? */
- u_int rnh_rtabelid;
+ u_int rnh_rtableid;
};
#ifdef _KERNEL