aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/tcap/packet-tcap-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/tcap/packet-tcap-template.c')
-rw-r--r--epan/dissectors/asn1/tcap/packet-tcap-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/asn1/tcap/packet-tcap-template.c b/epan/dissectors/asn1/tcap/packet-tcap-template.c
index 121f23a904..b7a4bb1ce1 100644
--- a/epan/dissectors/asn1/tcap/packet-tcap-template.c
+++ b/epan/dissectors/asn1/tcap/packet-tcap-template.c
@@ -772,7 +772,7 @@ create_tcaphash_cont(struct tcaphash_cont_info_key_t *p_tcaphash_cont_key,
if (p_tcaphash_contcall1) {
/* Walk through list of transaction with identical keys */
- /* go the the end to insert new record */
+ /* go to the end to insert new record */
do {
if (!p_tcaphash_contcall1->next_contcall) {
p_tcaphash_contcall=append_tcaphash_contcall(p_tcaphash_contcall1,
@@ -801,7 +801,7 @@ create_tcaphash_end(struct tcaphash_end_info_key_t *p_tcaphash_end_key,
if (p_tcaphash_endcall1) {
/* Walk through list of transaction with identical keys */
- /* go the the end to insert new record */
+ /* go to the end to insert new record */
do {
if (!p_tcaphash_endcall1->next_endcall) {
p_tcaphash_endcall=append_tcaphash_endcall(p_tcaphash_endcall1,