aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_time_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-20 12:49:30 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-20 12:49:30 +0000
commit7c3f11301f4092f88296a71adfbefa4b97e06a01 (patch)
tree79f88d63f894e0f8a193ce3b8922053773403060 /src/include/gnunet_time_lib.h
parent89c02fe1fe06c6bd11c5988a7420e7fca50f8ed0 (diff)
downloadgnunet-7c3f11301f4092f88296a71adfbefa4b97e06a01.tar.gz
gnunet-7c3f11301f4092f88296a71adfbefa4b97e06a01.zip
-typo
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 660d15af9..450417730 100644
--- a/src/include/gnunet_time_lib.h
+++ b/src/include/gnunet_time_lib.h
@@ -158,8 +158,8 @@ GNUNET_NETWORK_STRUCT_END
158 158
159 159
160/** 160/**
161 * Perform our standard exponential back-off calculation, starting at 1mst 161 * Perform our standard exponential back-off calculation, starting at 1 ms
162 * and then going by a factor of 2 up unto a maximum of 1s. 162 * and then going by a factor of 2 up unto a maximum of 15 m.
163 * 163 *
164 * @param r current backoff time, initially zero 164 * @param r current backoff time, initially zero
165 */ 165 */