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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h
index 4f0b3b74c..ac6b32278 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -291,12 +291,12 @@ struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_difference (struct
291 * Get the duration of an operation as the 291 * Get the duration of an operation as the
292 * difference of the current time and the given start time "hence". 292 * difference of the current time and the given start time "hence".
293 * 293 *
294 * @param hence some absolute time, typically in the past 294 * @param whence some absolute time, typically in the past
295 * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence. 295 * @return aborts if hence==FOREVER, 0 if hence > now, otherwise now-hence.
296 */ 296 */
297struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct 297struct GNUNET_TIME_Relative GNUNET_TIME_absolute_get_duration (struct
298 GNUNET_TIME_Absolute 298 GNUNET_TIME_Absolute
299 hence); 299 whence);
300 300
301 301
302/** 302/**