aboutsummaryrefslogtreecommitdiff
path: root/src/fragmentation/fragmentation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fragmentation/fragmentation.c')
-rw-r--r--src/fragmentation/fragmentation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fragmentation/fragmentation.c b/src/fragmentation/fragmentation.c
index 36e1c33f4..a2e097b8b 100644
--- a/src/fragmentation/fragmentation.c
+++ b/src/fragmentation/fragmentation.c
@@ -461,7 +461,7 @@ GNUNET_FRAGMENT_process_ack (struct GNUNET_FRAGMENT_Context *fc,
461 GNUNET_NO); 461 GNUNET_NO);
462 if (abits != (fc->acks & abits)) 462 if (abits != (fc->acks & abits))
463 { 463 {
464 /* ID collission or message reordering, count! This should be rare! */ 464 /* ID collision or message reordering, count! This should be rare! */
465 GNUNET_STATISTICS_update (fc->stats, 465 GNUNET_STATISTICS_update (fc->stats,
466 _ ("# bits removed from fragmentation ACKs"), 1, 466 _ ("# bits removed from fragmentation ACKs"), 1,
467 GNUNET_NO); 467 GNUNET_NO);