diff options
| author | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2017-04-20 07:49:56 +0200 | 
| commit | 487237381dc81c16878b2e3faaac37777b6dd7bf (patch) | |
| tree | 542b1b8ed111ebba37c50febd07f24c2afbdeeb0 /src/benchmark/taler-exchange-benchmark.c | |
| parent | b0811dd868f24010329cf294a0fd2d28a0cfeae6 (diff) | |
fix misc doxygen issues
Diffstat (limited to 'src/benchmark/taler-exchange-benchmark.c')
| -rw-r--r-- | src/benchmark/taler-exchange-benchmark.c | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/src/benchmark/taler-exchange-benchmark.c b/src/benchmark/taler-exchange-benchmark.c index d853b580..adfb3ba2 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)  | 
