projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
266ec21
)
spellingGG
author
Nathan S. Evans
<evans@in.tum.de>
Sat, 5 Feb 2011 12:26:20 +0000
(12:26 +0000)
committer
Nathan S. Evans
<evans@in.tum.de>
Sat, 5 Feb 2011 12:26:20 +0000
(12:26 +0000)
src/util/time.c
patch
|
blob
|
history
diff --git
a/src/util/time.c
b/src/util/time.c
index e1440f26056eb2fb171dc653127b0821dbece210..b79946269aba8a46fbc60d65eb169bd14a2ea454 100644
(file)
--- a/
src/util/time.c
+++ b/
src/util/time.c
@@
-208,7
+208,7
@@
GNUNET_TIME_absolute_get_remaining (struct GNUNET_TIME_Absolute future)
/**
* Compute the time difference between the given start and end times.
* Use this function instead of actual subtraction to ensure that
- * "FOREVER" and overflows are hand
e
led correctly.
+ * "FOREVER" and overflows are handled correctly.
*
* @return 0 if start >= end; FOREVER if end==FOREVER; otherwise end - start
*/