aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/netstat/if.c
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2015-03-04 02:56:32 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2015-03-04 02:56:32 +0000
commit315ca438f31b53bbfc2b6e4a32ebc432ca4b0233 (patch)
tree0a15fcc9853b550d9d7fcc1503b2a15143f617c3 /usr.bin/netstat/if.c
parent4e56f964402423b5c4e5116902d4f394d29c9d8a (diff)
downloadsrc-315ca438f31b53bbfc2b6e4a32ebc432ca4b0233.tar.gz
src-315ca438f31b53bbfc2b6e4a32ebc432ca4b0233.zip
Notes
Diffstat (limited to 'usr.bin/netstat/if.c')
-rw-r--r--usr.bin/netstat/if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/netstat/if.c b/usr.bin/netstat/if.c
index 6a9fc11df9a7..cc8405e602b9 100644
--- a/usr.bin/netstat/if.c
+++ b/usr.bin/netstat/if.c
@@ -422,7 +422,7 @@ intpr(int interval, void (*pfunc)(char *), int af)
show_stat("lu", 8, "received-packets", IFA_STAT(ipackets),
link|network);
show_stat("lu", 5, "received-errors", IFA_STAT(ierrors), link);
- show_stat("lu", 5, "dropped-packet", IFA_STAT(iqdrops), link);
+ show_stat("lu", 5, "dropped-packets", IFA_STAT(iqdrops), link);
if (bflag)
show_stat("lu", 10, "received-bytes", IFA_STAT(ibytes),
link|network);