aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-08-10 11:21:15 +0100
committerShuah Khan <skhan@linuxfoundation.org>2020-08-20 11:19:23 -0600
commitd1876f3596a57b114ae8615e28a935d996ac5464 (patch)
treec6a86a0236dab3270560ac66894966c7e43f6891 /tools/power
parentLinux 5.9-rc1 (diff)
downloadlinux-dev-d1876f3596a57b114ae8615e28a935d996ac5464.tar.xz
linux-dev-d1876f3596a57b114ae8615e28a935d996ac5464.zip
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')
-rw-r--r--tools/power/cpupower/debug/i386/intel_gsic.c2
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;
}