Fix a comment.

Change-Id: I91a5c52939a516807431494a4120aecc5b0dba41
Reviewed-on: https://code.wireshark.org/review/1753
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-05-23 10:59:16 -07:00
parent f8d7255e78
commit 1a9336b0cf
1 changed files with 1 additions and 1 deletions

View File

@ -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)) {