From b996ba4156678b6a0a551b9a932867b2ade42344 Mon Sep 17 00:00:00 2001 From: Alessio Vanni Date: Sat, 24 Apr 2021 17:30:45 +0200 Subject: -Fix several incorrect uses of `i.e.' With some other changes to sentences here and there as I found appropriate. --- src/fragmentation/test_fragmentation.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fragmentation/test_fragmentation.c') diff --git a/src/fragmentation/test_fragmentation.c b/src/fragmentation/test_fragmentation.c index 4c71e0195..77879f75b 100644 --- a/src/fragmentation/test_fragmentation.c +++ b/src/fragmentation/test_fragmentation.c @@ -108,7 +108,7 @@ proc_msgs (void *cls, const struct GNUNET_MessageHeader *hdr) if (0 == (total % (NUM_MSGS / 100))) fprintf (stderr, "%s", "."); #endif - /* tolerate 10% loss, i.e. due to duplicate fragment IDs */ + /* tolerate 10% loss, e.g. due to duplicate fragment IDs */ if ((total >= NUM_MSGS - (NUM_MSGS / 10)) && (ret != 0)) { if (NULL == shutdown_task) -- cgit v1.2.3