From 1a9336b0cf24e4c79bc0056d9d5f64d1e1ca4321 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 23 May 2014 10:59:16 -0700 Subject: [PATCH] Fix a comment. Change-Id: I91a5c52939a516807431494a4120aecc5b0dba41 Reviewed-on: https://code.wireshark.org/review/1753 Reviewed-by: Guy Harris --- wiretap/nettl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiretap/nettl.c b/wiretap/nettl.c index 0c6898bbdb..e5f159ef89 100644 --- a/wiretap/nettl.c +++ b/wiretap/nettl.c @@ -290,7 +290,7 @@ int nettl_open(wtap *wth, int *err, gchar **err_info) static gboolean nettl_read(wtap *wth, int *err, gchar **err_info, gint64 *data_offset) { - /* Read record header. */ + /* Read record. */ *data_offset = file_tell(wth->fh); if (!nettl_read_rec(wth, wth->fh, &wth->phdr, wth->frame_buffer, err, err_info)) {