aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ptpip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ptpip.c')
-rw-r--r--epan/dissectors/packet-ptpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ptpip.c b/epan/dissectors/packet-ptpip.c
index 8b61a9d0fb..745884ad56 100644
--- a/epan/dissectors/packet-ptpip.c
+++ b/epan/dissectors/packet-ptpip.c
@@ -576,7 +576,7 @@ void dissect_ptpIP_init_command_request(tvbuff_t *tvb, packet_info *pinfo, proto
dissect_ptpIP_unicode_name(tvb, pinfo, tree, offset);
/* grabbing protocol version
- * Note: [3] does not list this in the packet field. . [1] 2.3.1 states its the last 4
+ * Note: [3] does not list this in the packet field. . [1] 2.3.1 states it's the last 4
* bytes of the packet.
*/
dissect_ptpIP_protocol_version(tvb, tree, offset);