1
0
Fork 0

cpupower: fix spelling mistake: "logilename" -> "logfilename"

Trivial fix to spelling mistake in dprintf message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
hifive-unleashed-5.1
Colin Ian King 2018-05-03 10:09:10 +01:00 committed by Shuah Khan (Samsung OSG)
parent 75bc37fefc
commit 9fd0c40451
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ FILE *prepare_output(const char *dirname)
dirname, time(NULL));
}
dprintf("logilename: %s\n", filename);
dprintf("logfilename: %s\n", filename);
output = fopen(filename, "w+");
if (output == NULL) {