diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-30 14:16:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-30 14:16:42 +0100 |
commit | 4b2504a3c36d45beec3adda844658270d1ec18a3 (patch) | |
tree | 7138a634a9694c698b9b65e04a9da9db3c171365 /src/util | |
parent | a1af10a832de7070420c61cc6d9daf0311726c90 (diff) |
doxygen fixes
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/taler-helper-crypto-eddsa.c | 2 | ||||
-rw-r--r-- | src/util/taler-helper-crypto-rsa.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/util/taler-helper-crypto-eddsa.c b/src/util/taler-helper-crypto-eddsa.c index f4bf47655..d09f16070 100644 --- a/src/util/taler-helper-crypto-eddsa.c +++ b/src/util/taler-helper-crypto-eddsa.c @@ -332,7 +332,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; diff --git a/src/util/taler-helper-crypto-rsa.c b/src/util/taler-helper-crypto-rsa.c index 140a0a8fc..977056743 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) |