Messages in this thread Patch in this message |  | | From | Lambrecht Jürgen <> | Date | Thu, 28 Nov 2013 15:13:30 +0100 | Subject | [PATCH] fix typo in X86_INTEL_PSTATE description |
| |
Signed-off-by: Jürgen Lambrecht <J.Lambrecht@televic.com> --- drivers/cpufreq/Kconfig.x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/cpufreq/Kconfig.x86 b/drivers/cpufreq/Kconfig.x86 index d369349..5fd5236 100644 --- a/drivers/cpufreq/Kconfig.x86 +++ b/drivers/cpufreq/Kconfig.x86 @@ -10,7 +10,7 @@ config X86_INTEL_PSTATE The driver implements an internal governor and will become the scaling driver and governor for Sandy bridge processors. - When this driver is enabled it will become the perferred + When this driver is enabled it will become the preferred scaling driver for Sandy bridge processors. If in doubt, say N. -- 1.7.10.4
|  |