diff options
author | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-10-21 14:23:22 +0000 |
---|---|---|
committer | Jeff Morriss <jeff.morriss@ulticom.com> | 2010-10-21 14:23:22 +0000 |
commit | e80ecd628c2dc29df6e1cfe230be50efe81bd195 (patch) | |
tree | 189ba6d0b43a85f0706d810004ee42c8987d2aca /wiretap/ipfix.c | |
parent | 9f3acc1e256c4cec9f27d1c174ab1bcd290d0594 (diff) | |
download | wireshark-e80ecd628c2dc29df6e1cfe230be50efe81bd195.tar.gz wireshark-e80ecd628c2dc29df6e1cfe230be50efe81bd195.tar.bz2 wireshark-e80ecd628c2dc29df6e1cfe230be50efe81bd195.zip |
Fix a cut-n-pasteo in a comment.
svn path=/trunk/; revision=34603
Diffstat (limited to 'wiretap/ipfix.c')
-rw-r--r-- | wiretap/ipfix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/ipfix.c b/wiretap/ipfix.c index b61bea10e0..795b7c86ab 100644 --- a/wiretap/ipfix.c +++ b/wiretap/ipfix.c @@ -176,7 +176,7 @@ ipfix_open(wtap *wth, int *err, gchar **err_info) ipfix_debug0("ipfix_open: opening file"); - /* number of records to scan before deciding if this really is ERF */ + /* number of records to scan before deciding if this really is IPFIX */ if ((s = getenv("IPFIX_RECORDS_TO_CHECK")) != NULL) { if ((n = atoi(s)) > 0 && n < 101) { records_for_ipfix_check = n; |