fixed typo.

obtained from: KAME
MFC after: 3 days
This commit is contained in:
SUZUKI Shinsuke 2002-07-03 06:48:12 +00:00
parent 66289ab43b
commit 80317922b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99333

View File

@ -214,7 +214,7 @@ mrt6_stats(u_long mstaddr)
p(mrt6s_mfc_lookups, "\t%llu multicast forwarding cache lookup%s\n");
p2(mrt6s_mfc_misses, "\t%llu multicast forwarding cache miss%s\n");
p(mrt6s_upcalls, "\t%llu upcall%s to mrouted\n");
p(mrt6s_upq_ovflw, "\t%llu upcall llueue overflow%s\n");
p(mrt6s_upq_ovflw, "\t%llu upcall queue overflow%s\n");
p(mrt6s_upq_sockfull,
"\t%llu upcall%s dropped due to full socket buffer\n");
p(mrt6s_cache_cleanups, "\t%llu cache cleanup%s\n");
@ -224,7 +224,7 @@ mrt6_stats(u_long mstaddr)
p(mrt6s_wrong_if, "\t%llu datagram%s arrived on wrong interface\n");
p(mrt6s_drop_sel, "\t%llu datagram%s selectively dropped\n");
p(mrt6s_q_overflow,
"\t%llu datagram%s dropped due to llueue overflow\n");
"\t%llu datagram%s dropped due to queue overflow\n");
p(mrt6s_pkt2large, "\t%llu datagram%s dropped for being too large\n");
#undef p2