aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pdc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-pdc.c')
-rw-r--r--epan/dissectors/packet-pdc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-pdc.c b/epan/dissectors/packet-pdc.c
index bef702a25d..76aa99f63a 100644
--- a/epan/dissectors/packet-pdc.c
+++ b/epan/dissectors/packet-pdc.c
@@ -372,7 +372,7 @@ static int dissect_pdc_packet(tvbuff_t *tvb, proto_tree *tree, packet_info *pinf
default:
break;
};
- return (length); /* XXX: returned length ignored by caller: Remove keeping track of data rocessed ? */
+ return (length); /* XXX: returned length ignored by caller: Remove keeping track of data processed ? */
/* col_set_str() could then be done separately with 'if (tree)' around the dissection */
}