We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d8c84 commit 844ea8fCopy full SHA for 844ea8f
arch/x86/kernel/apm_32.c
@@ -2446,7 +2446,7 @@ MODULE_PARM_DESC(idle_threshold,
2446
"System idle percentage above which to make APM BIOS idle calls");
2447
module_param(idle_period, int, 0444);
2448
MODULE_PARM_DESC(idle_period,
2449
- "Period (in sec/100) over which to caculate the idle percentage");
+ "Period (in sec/100) over which to calculate the idle percentage");
2450
module_param(smp, bool, 0444);
2451
MODULE_PARM_DESC(smp,
2452
"Set this to enable APM use on an SMP platform. Use with caution on older systems");
0 commit comments