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 fa859a772..12b576ceb 100644
--- a/src/hello/hello.c
+++ b/src/hello/hello.c
@@ -709,7 +709,7 @@ struct EqualsContext
709{ 709{
710 /** 710 /**
711 * Addresses that expired before this date are ignored for 711 * Addresses that expired before this date are ignored for
712 * the comparisson. 712 * the comparison.
713 */ 713 */
714 struct GNUNET_TIME_Absolute expiration_limit; 714 struct GNUNET_TIME_Absolute expiration_limit;
715 715
@@ -905,7 +905,7 @@ GNUNET_HELLO_get_last_expiration (const struct GNUNET_HELLO_Message *msg)
905/** 905/**
906 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER". 906 * GNUnet URIs are of the general form "gnunet://MODULE/IDENTIFIER".
907 * The specific structure of "IDENTIFIER" depends on the module and 907 * The specific structure of "IDENTIFIER" depends on the module and
908 * maybe differenciated into additional subcategories if applicable. 908 * maybe differentiated into additional subcategories if applicable.
909 * This module only deals with hello identifiers (MODULE = "hello"). 909 * This module only deals with hello identifiers (MODULE = "hello").
910 * <p> 910 * <p>
911 * 911 *