aboutsummaryrefslogtreecommitdiff
path: root/src/hello/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hello/hello.c')
-rw-r--r--src/hello/hello.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hello/hello.c b/src/hello/hello.c
index 5d64d8f5a..501f057c8 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -600,9 +600,9 @@ find_matching (void *cls, const char *tname,
600 * @param h2 the second HELLO message 600 * @param h2 the second HELLO message
601 * @param now time to use for deciding which addresses have 601 * @param now time to use for deciding which addresses have
602 * expired and should not be considered at all 602 * expired and should not be considered at all
603 * @return absolute time forever if the two HELLOs are 603 * @return absolute time forever if the two HELLOs are
604 * totally identical; smallest timestamp >= now if 604 * totally identical; smallest timestamp >= now if
605 * they only differ in timestamps; 605 * they only differ in timestamps;
606 * zero if the some addresses with expirations >= now 606 * zero if the some addresses with expirations >= now
607 * do not match at all 607 * do not match at all
608 */ 608 */