aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_time_lib.h')
-rw-r--r--src/include/gnunet_time_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 6f14de2f4..1237c4a65 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -391,7 +391,7 @@ GNUNET_TIME_calculate_eta (struct GNUNET_TIME_Absolute start,
391/** 391/**
392 * Compute the time difference between the given start and end times. 392 * Compute the time difference between the given start and end times.
393 * Use this function instead of actual subtraction to ensure that 393 * Use this function instead of actual subtraction to ensure that
394 * "FOREVER" and overflows are handeled correctly. 394 * "FOREVER" and overflows are handled correctly.
395 * 395 *
396 * @param start some absolute time 396 * @param start some absolute time
397 * @param end some absolute time (typically larger or equal to start) 397 * @param end some absolute time (typically larger or equal to start)