aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-02-05 12:26:20 +0000
committerNathan S. Evans <evans@in.tum.de>2011-02-05 12:26:20 +0000
commit33708c5806104af030bafc077610384f278aaf37 (patch)
tree0732b4c5a24b57a4979426d0d640a1b09a016902 /src/util
parent266ec21f9bc6122dd756978d6590a213704271ea (diff)
downloadgnunet-33708c5806104af030bafc077610384f278aaf37.tar.gz
gnunet-33708c5806104af030bafc077610384f278aaf37.zip
spellingGG
Diffstat (limited to 'src/util')
-rw-r--r--src/util/time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/time.c b/src/util/time.c
index e1440f260..b79946269 100644
--- a/src/util/time.c
+++ b/src/util/time.c
@@ -208,7 +208,7 @@ GNUNET_TIME_absolute_get_remaining (struct GNUNET_TIME_Absolute future)
208/** 208/**
209 * Compute the time difference between the given start and end times. 209 * Compute the time difference between the given start and end times.
210 * Use this function instead of actual subtraction to ensure that 210 * Use this function instead of actual subtraction to ensure that
211 * "FOREVER" and overflows are handeled correctly. 211 * "FOREVER" and overflows are handled correctly.
212 * 212 *
213 * @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start 213 * @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start
214 */ 214 */