2010-11-25 03:02:21

by Andrea Gelmini

[permalink] [raw]
Subject: [PATCH] init: Kconfig: fix typo

s/feautre/feature/

Signed-off-by: Andrea Gelmini <[email protected]>
---
init/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/init/Kconfig b/init/Kconfig
index c972899..dd43d8e 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -620,7 +620,7 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED
help
Memory Resource Controller Swap Extension comes with its price in
a bigger memory consumption. General purpose distribution kernels
- which want to enable the feautre but keep it disabled by default
+ which want to enable the feature but keep it disabled by default
and let the user enable it by swapaccount boot command line
parameter should have this option unselected.
For those who want to have the feature enabled by default should
--
1.7.3.2.316.g4da1c


2010-11-29 18:00:28

by Paul E. McKenney

[permalink] [raw]
Subject: Re: [PATCH] init: Kconfig: fix typo

On Thu, Nov 25, 2010 at 04:02:10AM +0100, Andrea Gelmini wrote:
> s/feautre/feature/

Reviewed-by: Paul E. McKenney <[email protected]>

> Signed-off-by: Andrea Gelmini <[email protected]>
> ---
> init/Kconfig | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/init/Kconfig b/init/Kconfig
> index c972899..dd43d8e 100644
> --- a/init/Kconfig
> +++ b/init/Kconfig
> @@ -620,7 +620,7 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED
> help
> Memory Resource Controller Swap Extension comes with its price in
> a bigger memory consumption. General purpose distribution kernels
> - which want to enable the feautre but keep it disabled by default
> + which want to enable the feature but keep it disabled by default
> and let the user enable it by swapaccount boot command line
> parameter should have this option unselected.
> For those who want to have the feature enabled by default should
> --
> 1.7.3.2.316.g4da1c
>