aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rx.c
diff options
context:
space:
mode:
authorMark Vitale <mvitale@sinenomine.net>2019-12-18 19:29:12 -0500
committerAnders Broman <a.broman58@gmail.com>2020-03-06 03:59:29 +0000
commit3c91b1b5339e0d692c5b2e3cf63cbf4ea8661dde (patch)
tree5839b4bb5f27821f89b2ee190a240bf0b7bd567b /epan/dissectors/packet-rx.c
parente0a7190e41dcda21d0dae4b100e978f7630e1919 (diff)
rx: correct erroneous comment
This /* kvno */ comment was clearly residual from a cut-n-paste. Update it to reflect reality. No functional change is incurred by this commit. Change-Id: I34b65c1f9b6f8e6f11f17f1647303d75df1d2df1 Reviewed-on: https://code.wireshark.org/review/36292 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-rx.c')
-rw-r--r--epan/dissectors/packet-rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rx.c b/epan/dissectors/packet-rx.c
index d55b4d4d4f..01628f56bd 100644
--- a/epan/dissectors/packet-rx.c
+++ b/epan/dissectors/packet-rx.c
@@ -241,7 +241,7 @@ dissect_rx_abort(tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree, int
item = proto_tree_add_item(parent_tree, hf_rx_abort, tvb, offset, -1, ENC_NA);
tree = proto_item_add_subtree(item, ett_rx_abort);
- /* kvno */
+ /* abort code */
proto_tree_add_item(tree, hf_rx_abortcode, tvb, offset, 4, ENC_BIG_ENDIAN);
offset += 4;