Skip to content

Commit 9fd0c40

Browse files
Colin Ian KingShuah Khan (Samsung OSG)
authored andcommitted
cpupower: fix spelling mistake: "logilename" -> "logfilename"
Trivial fix to spelling mistake in dprintf message Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Shuah Khan (Samsung OSG) <[email protected]>
1 parent 75bc37f commit 9fd0c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/cpupower/bench/parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ FILE *prepare_output(const char *dirname)
104104
dirname, time(NULL));
105105
}
106106

107-
dprintf("logilename: %s\n", filename);
107+
dprintf("logfilename: %s\n", filename);
108108

109109
output = fopen(filename, "w+");
110110
if (output == NULL) {

0 commit comments

Comments
 (0)