aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_block_lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/regex/regex_block_lib.c')
-rw-r--r--src/regex/regex_block_lib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c
index 159e8bf8a..cbfb553ce 100644
--- a/src/regex/regex_block_lib.c
+++ b/src/regex/regex_block_lib.c
@@ -71,7 +71,7 @@ struct RegexBlock
71 uint16_t num_edges GNUNET_PACKED; 71 uint16_t num_edges GNUNET_PACKED;
72 72
73 /** 73 /**
74 * Nubmer of unique destinations reachable from this state. 74 * Number of unique destinations reachable from this state.
75 */ 75 */
76 uint16_t num_destinations GNUNET_PACKED; 76 uint16_t num_destinations GNUNET_PACKED;
77 77
@@ -158,7 +158,7 @@ struct CheckEdgeContext
158 * 158 *
159 * @param cls Closure, (xquery context). 159 * @param cls Closure, (xquery context).
160 * @param token Token that follows to next state. 160 * @param token Token that follows to next state.
161 * @param len Lenght of token. 161 * @param len Length of token.
162 * @param key Hash of next state. 162 * @param key Hash of next state.
163 * 163 *
164 * @return #GNUNET_YES, to keep iterating 164 * @return #GNUNET_YES, to keep iterating