cpupowerutils: fix spelling mistake "dependant" -> "dependent"
authorColin Ian King <colin.king@canonical.com>
Mon, 10 Aug 2020 10:21:15 +0000 (11:21 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 20 Aug 2020 17:19:23 +0000 (11:19 -0600)
There is a spelling mistake in a message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/power/cpupower/debug/i386/intel_gsic.c

index e5e926f..befd837 100644 (file)
@@ -71,7 +71,7 @@ int main (void)
                printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
                printf("\nUnfortunately, you have to know what exactly are "
                       "smi_cmd and smi_port, and this\nis system "
-                      "dependant.\n");
+                      "dependent.\n");
        }
        return 1;
 }