summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-05 02:49:56 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-05 02:49:56 +0000
commitd026ca7ed3fc5534852c3cb3254a21e19c1a34e7 (patch)
tree25ac37d52e88e89c3f3fb621c65adce0ad90244e /file.c
parent99536cc8da7a484a30863880c475f2e3dd09fd38 (diff)
downloadwireshark-d026ca7ed3fc5534852c3cb3254a21e19c1a34e7.tar.gz
Fix some comments.
svn path=/trunk/; revision=43096
Diffstat (limited to 'file.c')
-rw-r--r--file.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/file.c b/file.c
index 325a21a189..076574ad9b 100644
--- a/file.c
+++ b/file.c
@@ -549,7 +549,7 @@ cf_read(capture_file *cf, gboolean reloading)
/* Progress so far. */
progbar_val = 0.0f;
- /* The packet list window will be empty untill the file is completly loaded */
+ /* The packet list window will be empty until the file is completly loaded */
new_packet_list_freeze();
stop_flag = FALSE;
@@ -1199,7 +1199,7 @@ read_packet(capture_file *cf, dfilter_t *dfcode,
int row = -1;
/* The frame number of this packet is one more than the count of
- frames in this packet. */
+ frames in the file so far. */
framenum = cf->count + 1;
frame_data_init(&fdlocal, framenum, phdr, offset, cum_bytes);