aboutsummaryrefslogtreecommitdiff
path: root/src/block/plugin_block_fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/block/plugin_block_fs.c')
-rw-r--r--src/block/plugin_block_fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/plugin_block_fs.c b/src/block/plugin_block_fs.c
index 627f21a10..f9bf4e36e 100644
--- a/src/block/plugin_block_fs.c
+++ b/src/block/plugin_block_fs.c
@@ -40,7 +40,7 @@
40/** 40/**
41 * Function called to validate a reply or a request. For 41 * Function called to validate a reply or a request. For
42 * request evaluation, simply pass "NULL" for the reply_block. 42 * request evaluation, simply pass "NULL" for the reply_block.
43 * Note that it is assumed that the reply has already been 43 * Note that it is assumed that the reply has already been
44 * matched to the key (and signatures checked) as it would 44 * matched to the key (and signatures checked) as it would
45 * be done with the "get_key" function. 45 * be done with the "get_key" function.
46 * 46 *