diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-08-10 11:21:15 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-08-20 11:19:23 -0600 |
commit | d1876f3596a57b114ae8615e28a935d996ac5464 (patch) | |
tree | c6a86a0236dab3270560ac66894966c7e43f6891 /tools/power/cpupower/debug | |
parent | 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5 (diff) |
cpupowerutils: fix spelling mistake "dependant" -> "dependent"
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>
Diffstat (limited to 'tools/power/cpupower/debug')
-rw-r--r-- | tools/power/cpupower/debug/i386/intel_gsic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/power/cpupower/debug/i386/intel_gsic.c b/tools/power/cpupower/debug/i386/intel_gsic.c index e5e926f46d6b..befd837f07f8 100644 --- a/tools/power/cpupower/debug/i386/intel_gsic.c +++ b/tools/power/cpupower/debug/i386/intel_gsic.c @@ -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; } |