summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2011-01-25 05:44:06 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2011-01-25 05:44:06 +0000
commit9b88cab7025bd0c77b80909438c4b1f33f1a82c2 (patch)
treed6f9cf50cb56a48836cd58600a07fc2c1d2015e5
parentd048c56ded84953ed043dbbc077ed89987808983 (diff)
pool is properly spelled pl. makes this one fit in netstat column.
-rw-r--r--sys/net/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if.c b/sys/net/if.c
index 76532c720d1..7beefb68cc0 100644
--- a/sys/net/if.c
+++ b/sys/net/if.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if.c,v 1.232 2011/01/18 19:10:25 bluhm Exp $ */
+/* $OpenBSD: if.c,v 1.233 2011/01/25 05:44:05 tedu Exp $ */
/* $NetBSD: if.c,v 1.35 1996/05/07 05:26:04 thorpej Exp $ */
/*
@@ -182,7 +182,7 @@ ifinit()
static struct timeout if_slowtim;
pool_init(&ifaddr_item_pl, sizeof(struct ifaddr_item), 0, 0, 0,
- "ifaddritempool", NULL);
+ "ifaddritempl", NULL);
timeout_set(&if_slowtim, if_slowtimo, &if_slowtim);