diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2011-01-25 05:44:06 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2011-01-25 05:44:06 +0000 |
commit | 9b88cab7025bd0c77b80909438c4b1f33f1a82c2 (patch) | |
tree | d6f9cf50cb56a48836cd58600a07fc2c1d2015e5 | |
parent | d048c56ded84953ed043dbbc077ed89987808983 (diff) |
pool is properly spelled pl. makes this one fit in netstat column.
-rw-r--r-- | sys/net/if.c | 4 |
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); |