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 4db73966c..89e5223c7 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -450,7 +450,7 @@ GNUNET_TIME_relative_ntoh (struct GNUNET_TIME_RelativeNBO a);
450 450
451 451
452/** 452/**
453 * Convert relative time to network byte order. 453 * Convert absolute time to network byte order.
454 * 454 *
455 * @param a time to convert 455 * @param a time to convert
456 * @return converted time value 456 * @return converted time value
@@ -460,7 +460,7 @@ GNUNET_TIME_absolute_hton (struct GNUNET_TIME_Absolute a);
460 460
461 461
462/** 462/**
463 * Convert relative time from network byte order. 463 * Convert absolute time from network byte order.
464 * 464 *
465 * @param a time to convert 465 * @param a time to convert
466 * @return converted time value 466 * @return converted time value