Improved description for packet zone statistics.

Sponsored by:	TCP/IP Optimization Fundraise 2005
MFC after:	3 days
This commit is contained in:
Andre Oppermann 2006-02-18 16:09:38 +00:00
parent 1434cbd62a
commit 4b969aa55a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155812

View File

@ -203,7 +203,7 @@ mbpr(void *kvmd, u_long mbaddr)
cluster_count - packet_free, cluster_free + packet_free,
cluster_count + cluster_free, cluster_limit);
printf("%llu/%llu mbuf+clusters of packet zone in use "
printf("%llu/%llu mbuf+clusters out of packet secondary zone in use "
"(current/cache)\n",
packet_count, packet_free);