summaryrefslogtreecommitdiff
path: root/epan/column-utils.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-06 23:07:48 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-06 23:07:48 +0000
commitfd4faf661972ba56428fc5d8bef126ff7c555d61 (patch)
tree3409a76102abfd807fff5110f5c3e7df53f62fa7 /epan/column-utils.c
parent81b21459c3664a4a8c6d39960afa63515e4a177c (diff)
downloadwireshark-fd4faf661972ba56428fc5d8bef126ff7c555d61.tar.gz
Expand a comment.
svn path=/trunk/; revision=54622
Diffstat (limited to 'epan/column-utils.c')
-rw-r--r--epan/column-utils.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/column-utils.c b/epan/column-utils.c
index 7b054ef6eb..e5fe8d8239 100644
--- a/epan/column-utils.c
+++ b/epan/column-utils.c
@@ -1972,8 +1972,8 @@ col_fill_in(packet_info *pinfo, const gboolean fill_col_exprs, const gboolean fi
/*
* Fill in columns if we got an error reading the packet.
- * We set most columns to "???", and set the Info column to an error
- * message.
+ * We set most columns to "???", fill in columns that don't need data read
+ * from the file, and set the Info column to an error message.
*/
void
col_fill_in_error(column_info *cinfo, frame_data *fdata, const gboolean fill_col_exprs, const gboolean fill_fd_colums)