summaryrefslogtreecommitdiff
path: root/src/testing/testing_cmd_recover_secret.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_cmd_recover_secret.c')
-rw-r--r--src/testing/testing_cmd_recover_secret.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/testing/testing_cmd_recover_secret.c b/src/testing/testing_cmd_recover_secret.c
index a95bdd2..6fc3861 100644
--- a/src/testing/testing_cmd_recover_secret.c
+++ b/src/testing/testing_cmd_recover_secret.c
@@ -47,12 +47,12 @@ struct RecoverSecretState
struct ANASTASIS_Recovery *recovery;
/**
- * Reference to download command we expect to lookup.
+ * Reference to download command we expect to look up.
*/
const char *download_reference;
/**
- * Reference to download command we expect to lookup.
+ * Reference to core secret share we expect to look up.
*/
const char *core_secret_reference;
@@ -129,7 +129,7 @@ policy_lookup_cb (void *cls,
* On success, the secret is returned in @a secret.
*
* @param cls closure
- * @param ec error code
+ * @param rc error code
* @param secret contains the core secret which is passed to the user
* @param secret_size defines the size of the core secret
*/
@@ -214,9 +214,9 @@ recover_secret_run (void *cls,
}
if (NULL != rss->core_secret_reference)
{
- ref = TALER_TESTING_interpreter_lookup_command
- (is,
- rss->core_secret_reference);
+ ref = TALER_TESTING_interpreter_lookup_command (
+ is,
+ rss->core_secret_reference);
if (NULL == ref)
{
GNUNET_break (0);
@@ -302,7 +302,7 @@ recover_secret_cleanup (void *cls,
* Offer internal data to other commands.
*
* @param cls closure
- * @param ret[out] result (could be anything)
+ * @param[out] ret result (could be anything)
* @param trait name of the trait
* @param index index number of the object to extract.
* @return #GNUNET_OK on success