diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2010-09-07 20:53:49 +0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-29 07:30:38 +0400 |
commit | 20e3341bb138bc9860adea4d76707470357b76ab (patch) | |
tree | 0f04ac94442c3049960c35a34983728a57412185 /drivers/cpuidle | |
parent | 899611ee7d373e5eeda08e9a8632684e1ebbbf00 (diff) | |
download | linux-20e3341bb138bc9860adea4d76707470357b76ab.tar.xz |
cpuidle: Fix typos
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/cpuidle')
-rw-r--r-- | drivers/cpuidle/governors/menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/cpuidle/governors/menu.c b/drivers/cpuidle/governors/menu.c index c2408bbe9c2e..f508690eb958 100644 --- a/drivers/cpuidle/governors/menu.c +++ b/drivers/cpuidle/governors/menu.c @@ -80,7 +80,7 @@ * Limiting Performance Impact * --------------------------- * C states, especially those with large exit latencies, can have a real - * noticable impact on workloads, which is not acceptable for most sysadmins, + * noticeable impact on workloads, which is not acceptable for most sysadmins, * and in addition, less performance has a power price of its own. * * As a general rule of thumb, menu assumes that the following heuristic |