Skip to content

Commit d1876f3

Browse files
Colin Ian Kingshuahkh
authored andcommitted
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>
1 parent 9123e3a commit d1876f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/power/cpupower/debug/i386/intel_gsic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ int main (void)
7171
printf("\tsmi_cmd=0x?? smi_port=0x?? smi_sig=1\n");
7272
printf("\nUnfortunately, you have to know what exactly are "
7373
"smi_cmd and smi_port, and this\nis system "
74-
"dependant.\n");
74+
"dependent.\n");
7575
}
7676
return 1;
7777
}

0 commit comments

Comments
 (0)