]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
cpupower: fix spelling mistake: "logilename" -> "logfilename"
authorColin Ian King <colin.king@canonical.com>
Thu, 3 May 2018 09:09:10 +0000 (10:09 +0100)
committerShuah Khan (Samsung OSG) <shuah@kernel.org>
Thu, 10 May 2018 16:24:30 +0000 (10:24 -0600)
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>
tools/power/cpupower/bench/parse.c

index 9b65f052081f354d594ed319eccfe57874bfaa77..9ba8a44ad2a714e11cc4947e0293430ed988ba73 100644 (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) {