提交 9fd0c404 编写于 作者: C Colin Ian King 提交者: Shuah Khan (Samsung OSG)

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

Trivial fix to spelling mistake in dprintf message
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NShuah Khan (Samsung OSG) <shuah@kernel.org>
上级 75bc37fe
......@@ -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) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册