aboutsummaryrefslogtreecommitdiff
path: root/src/util/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/time.c')
-rw-r--r--src/util/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/time.c b/src/util/time.c
index e1440f260..b79946269 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -208,7 +208,7 @@ GNUNET_TIME_absolute_get_remaining (struct GNUNET_TIME_Absolute future)
208/** 208/**
209 * Compute the time difference between the given start and end times. 209 * Compute the time difference between the given start and end times.
210 * Use this function instead of actual subtraction to ensure that 210 * Use this function instead of actual subtraction to ensure that
211 * "FOREVER" and overflows are handeled correctly. 211 * "FOREVER" and overflows are handled correctly.
212 * 212 *
213 * @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start 213 * @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start
214 */ 214 */