aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/reassemble.h')
-rw-r--r--epan/reassemble.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/reassemble.h b/epan/reassemble.h
index 9d85443cef..18613a63f8 100644
--- a/epan/reassemble.h
+++ b/epan/reassemble.h
@@ -218,7 +218,7 @@ fragment_add_multiple_ok(reassembly_table *table, tvbuff_t *tvb,
* If the packet was seen before, return the head of the fully reassembled
* fragments list (NULL if there was none).
*
- * Otherwise (if reassembly was not possible before), try to to add the new
+ * Otherwise (if reassembly was not possible before), try to add the new
* fragment to the fragments table. If reassembly is now possible, remove all
* (reassembled) fragments from the fragments table and store it as a completed
* reassembly. The head of this reassembled fragments list is returned.