Skip to content

Commit 844ea8f

Browse files
Colin Ian KingKAGA-KOKO
authored andcommitted
x86/apm: Fix spelling mistake: "caculate" -> "calculate"
Trivial fix to spelling mistake in module parameter description text Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Cc: Jiri Kosina <[email protected]> Cc: [email protected] Cc: "H . Peter Anvin" <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent e6d8c84 commit 844ea8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/x86/kernel/apm_32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2446,7 +2446,7 @@ MODULE_PARM_DESC(idle_threshold,
24462446
"System idle percentage above which to make APM BIOS idle calls");
24472447
module_param(idle_period, int, 0444);
24482448
MODULE_PARM_DESC(idle_period,
2449-
"Period (in sec/100) over which to caculate the idle percentage");
2449+
"Period (in sec/100) over which to calculate the idle percentage");
24502450
module_param(smp, bool, 0444);
24512451
MODULE_PARM_DESC(smp,
24522452
"Set this to enable APM use on an SMP platform. Use with caution on older systems");

0 commit comments

Comments
 (0)