diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2010-09-07 12:53:49 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2010-09-28 23:30:38 -0400 |
commit | 20e3341bb138bc9860adea4d76707470357b76ab (patch) | |
tree | 0f04ac94442c3049960c35a34983728a57412185 /drivers/cpuidle | |
parent | 899611ee7d373e5eeda08e9a8632684e1ebbbf00 (diff) |
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 @@ | |||
80 | * Limiting Performance Impact | 80 | * Limiting Performance Impact |
81 | * --------------------------- | 81 | * --------------------------- |
82 | * C states, especially those with large exit latencies, can have a real | 82 | * C states, especially those with large exit latencies, can have a real |
83 | * noticable impact on workloads, which is not acceptable for most sysadmins, | 83 | * noticeable impact on workloads, which is not acceptable for most sysadmins, |
84 | * and in addition, less performance has a power price of its own. | 84 | * and in addition, less performance has a power price of its own. |
85 | * | 85 | * |
86 | * As a general rule of thumb, menu assumes that the following heuristic | 86 | * As a general rule of thumb, menu assumes that the following heuristic |