From c5a4f1e2cefbb8736857da95dfccbd4cfd504d45 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 17 Mar 2014 11:02:51 +0000 Subject: [PATCH] - doc --- src/include/gnunet_time_lib.h | 4 ++-- 1 file 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); /** - * Convert relative time to network byte order. + * Convert absolute time to network byte order. * * @param a time to convert * @return converted time value @@ -460,7 +460,7 @@ GNUNET_TIME_absolute_hton (struct GNUNET_TIME_Absolute a); /** - * Convert relative time from network byte order. + * Convert absolute time from network byte order. * * @param a time to convert * @return converted time value -- 2.25.1