aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-04-12 14:36:29 -0700
committerGuy Harris <gharris@sonic.net>2020-04-12 21:37:37 +0000
commit1070d7b37634e419d239ab878f6759f055746f0d (patch)
tree08c39171ce4829f4718ee779ca05187e988ec160 /wiretap
parente80592b5ce443e6027a8f9a046b5e08af7f8ea6c (diff)
Fix a comment.
Change-Id: I91ba743029247c7fcfac11bdfe7fc15680ab4137 Reviewed-on: https://code.wireshark.org/review/36810 Reviewed-by: Guy Harris <gharris@sonic.net>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/lanalyzer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/lanalyzer.c b/wiretap/lanalyzer.c
index 0a11a92b2b..6654a1bf23 100644
--- a/wiretap/lanalyzer.c
+++ b/wiretap/lanalyzer.c
@@ -331,7 +331,7 @@ wtap_open_return_val lanalyzer_open(wtap *wth, int *err, gchar **err_info)
* in a particular sequence of types, but at least one capture
* doesn't have all the types listed in the order listed.
*
- * If we don't have a summary file, we don't know the link-layer
+ * If we don't have a summary record, we don't know the link-layer
* header type, so we can't read the file.
*/
found_summary = FALSE;