From 487237381dc81c16878b2e3faaac37777b6dd7bf Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Apr 2017 07:49:56 +0200 Subject: fix misc doxygen issues --- src/benchmark/taler-exchange-benchmark.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/benchmark') diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index d853b5802..adfb3ba2c 100644 --- a/src/benchmark/taler-exchange-benchmark.c +++ b/src/benchmark/taler-exchange-benchmark.c @@ -390,13 +390,13 @@ static char *currency; static struct GNUNET_TIME_Absolute start_time; /** - * Number of times #bennchmark_run has executed. Used + * Number of times #benchmark_run has executed. Used * to indicate when we consider us warm. */ static unsigned long long warm; /** - * Number of times #bennchmark_run should execute + * Number of times #benchmark_run should execute * before we shut down. */ static unsigned int num_iterations; @@ -425,7 +425,7 @@ static unsigned long long num_admin; /** * Throw a weighted coin with @a probability. * - * @reurn #GNUNET_OK with @a probability, #GNUNET_NO with 1 - @a probability + * @return #GNUNET_OK with @a probability, #GNUNET_NO with 1 - @a probability */ static unsigned int eval_probability (float probability) -- cgit v1.2.3