aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_internal_dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_internal_dht.c')
-rw-r--r--src/regex/regex_internal_dht.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regex/regex_internal_dht.c b/src/regex/regex_internal_dht.c
index 39d7cd847..3fb74c319 100644
--- a/src/regex/regex_internal_dht.c
+++ b/src/regex/regex_internal_dht.c
@@ -254,7 +254,7 @@ REGEX_INTERNAL_announce_cancel (struct REGEX_INTERNAL_Announcement *h)
254 254
255/** 255/**
256 * Struct to keep state of running searches that have consumed a part of 256 * Struct to keep state of running searches that have consumed a part of
257 * the inital string. 257 * the initial string.
258 */ 258 */
259struct RegexSearchContext 259struct RegexSearchContext
260{ 260{
@@ -374,7 +374,7 @@ regex_next_edge (const struct RegexBlock *block,
374 * @param exp When will this value expire. 374 * @param exp When will this value expire.
375 * @param key Key of the result. 375 * @param key Key of the result.
376 * @param get_path Path of the get request. 376 * @param get_path Path of the get request.
377 * @param get_path_length Lenght of get_path. 377 * @param get_path_length Length of get_path.
378 * @param put_path Path of the put request. 378 * @param put_path Path of the put request.
379 * @param put_path_length Length of the put_path. 379 * @param put_path_length Length of the put_path.
380 * @param type Type of the result. 380 * @param type Type of the result.
@@ -551,7 +551,7 @@ regex_result_iterator (void *cls,
551 * 551 *
552 * @param cls Closure (context of the search). 552 * @param cls Closure (context of the search).
553 * @param token Token that follows to next state. 553 * @param token Token that follows to next state.
554 * @param len Lenght of token. 554 * @param len Length of token.
555 * @param key Hash of next state. 555 * @param key Hash of next state.
556 * @return #GNUNET_YES if should keep iterating, #GNUNET_NO otherwise. 556 * @return #GNUNET_YES if should keep iterating, #GNUNET_NO otherwise.
557 */ 557 */