diff --git a/usr.bin/netstat/flowtable.c b/usr.bin/netstat/flowtable.c index 2392a1ee55d..fbacd124c6a 100644 --- a/usr.bin/netstat/flowtable.c +++ b/usr.bin/netstat/flowtable.c @@ -55,7 +55,7 @@ print_stats(struct flowtable_stat *stat) p(ft_collisions, "\t%ju collision%s\n"); p(ft_free_checks, "\t%ju free check%s\n"); p(ft_frees, "\t%ju free%s\n"); - p(ft_fail_lle_invalid, "\t%ju lookups w/ no resolved ARP%s\n"); + p(ft_fail_lle_invalid, "\t%ju lookups w/ no resolved Layer 2 address%s\n"); #undef p2 #undef p