diff options
Diffstat (limited to 'src/regex/regex_block_lib.c')
-rw-r--r-- | src/regex/regex_block_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex/regex_block_lib.c b/src/regex/regex_block_lib.c index 7b273e6d89..69c6bbc1fe 100644 --- a/src/regex/regex_block_lib.c +++ b/src/regex/regex_block_lib.c @@ -244,7 +244,7 @@ REGEX_BLOCK_check (const struct RegexBlock *block, * * @param block block to get the key from * @param block_len number of bytes in block - * @param query where to store the key + * @param key where to store the key * @return GNUNET_OK on success, GNUNET_SYSERR if the block is malformed */ int |