aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-exec.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2012-02-17 18:20:28 +0000
committerStephen Fisher <steve@stephen-fisher.com>2012-02-17 18:20:28 +0000
commitc4fc49a2a20a5dde8fd73c44fe596c4b208c7f65 (patch)
tree7bee3e98935e2f1bec75bdad081c7e6390acffcf /epan/dissectors/packet-exec.c
parent7a5294707533166dc657a6e3373e2b30adcefefb (diff)
Fix an old copy and paste mistake in a C comment.
svn path=/trunk/; revision=41054
Diffstat (limited to 'epan/dissectors/packet-exec.c')
-rw-r--r--epan/dissectors/packet-exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-exec.c b/epan/dissectors/packet-exec.c
index 976d1a93e3..4c0b991610 100644
--- a/epan/dissectors/packet-exec.c
+++ b/epan/dissectors/packet-exec.c
@@ -312,7 +312,7 @@ dissect_exec(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
&& isprint_string(field_stringz)){
proto_tree_add_string(exec_tree, hf_exec_command, tvb, offset, length, (gchar*)field_stringz);
- /* Store the username so we can display it in the
+ /* Store the command so we can display it in the
* info column of the entire conversation
*/
if(!hash_info->command){