cpupowerutils: bench: trivial fix of spelling mistake on "average"

fix spelling mistake, avarage -> average

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Thomas Renninger <trenn@suse.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Colin Ian King
2016-04-28 15:24:39 +02:00
committed by Rafael J. Wysocki
parent 938bb850d5
commit fe7656a8e8
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ void start_benchmark(struct config *config)
_round, load_time, sleep_time);
if (config->verbose)
printf("avarage: %lius, rps:%li\n",
printf("average: %lius, rps:%li\n",
load_time / calculations,
1000000 * calculations / load_time);
@@ -177,7 +177,7 @@ void start_benchmark(struct config *config)
progress_time += sleep_time + load_time;
/* compare the avarage sleep/load cycles */
/* compare the average sleep/load cycles */
fprintf(config->output, "%li ",
powersave_time / config->cycles);
fprintf(config->output, "%.3f\n",