aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_time_lib.h2
-rw-r--r--src/nse/test_nse_multipeer.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 35d180ce2..fe5c08804 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -442,7 +442,7 @@ GNUNET_TIME_absolute_ntoh (struct GNUNET_TIME_AbsoluteNBO a);
442 442
443/** 443/**
444 * Convert a relative time to a string. 444 * Convert a relative time to a string.
445 * NOT reentrant! 445 * NOT reentrant! FIXME: duplicate with GNUNET_STRINGS_relative_time_to_string!
446 * 446 *
447 * @param time the time to print 447 * @param time the time to print
448 * 448 *
diff --git a/src/nse/test_nse_multipeer.c b/src/nse/test_nse_multipeer.c
index ec83e3e8a..fda50f921 100644
--- a/src/nse/test_nse_multipeer.c
+++ b/src/nse/test_nse_multipeer.c
@@ -19,7 +19,6 @@
19*/ 19*/
20/** 20/**
21 * @file nse/test_nse_multipeer.c 21 * @file nse/test_nse_multipeer.c
22 *
23 * @brief Testcase for the network size estimation service. Starts 22 * @brief Testcase for the network size estimation service. Starts
24 * a peergroup with a given number of peers, then waits to 23 * a peergroup with a given number of peers, then waits to
25 * receive size estimates from each peer. Expects to wait 24 * receive size estimates from each peer. Expects to wait