From 4b2504a3c36d45beec3adda844658270d1ec18a3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 30 Nov 2020 14:16:42 +0100 Subject: doxygen fixes --- src/util/taler-helper-crypto-rsa.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/taler-helper-crypto-rsa.c') diff --git a/src/util/taler-helper-crypto-rsa.c b/src/util/taler-helper-crypto-rsa.c index 140a0a8f..97705674 100644 --- a/src/util/taler-helper-crypto-rsa.c +++ b/src/util/taler-helper-crypto-rsa.c @@ -400,7 +400,7 @@ static struct GNUNET_NETWORK_Handle *done_signal; static volatile bool in_shutdown; /** - * Array of #num_worker sign_worker() threads. + * Array of #num_workers sign_worker() threads. */ static pthread_t *workers; @@ -804,7 +804,7 @@ notify_client_dk_del (struct Client *client, /** * Initialize key material for denomination key @a dk (also on disk). * - * @param[in,out] denomination key to compute key material for + * @param[in,out] dk denomination key to compute key material for * @param position where in the DLL will the @a dk go * @return #GNUNET_OK on success */ @@ -1148,7 +1148,7 @@ create_key (struct Denomination *denom) * oldest denomination key, and the withdraw expiration time of * the newest denomination key minus the #lookahead_sign time. * - * @param denon denomination to compute action time for + * @param denom denomination to compute action time for */ static struct GNUNET_TIME_Absolute denomination_action_time (const struct Denomination *denom) -- cgit v1.2.3