[PATCH] init/Kconfig: Fix grammar by moving a closing parenthesis

From: Jonathan NeuschÃfer
Date: Tue Jan 29 2019 - 10:10:02 EST


Signed-off-by: Jonathan NeuschÃfer <j.neuschaefer@xxxxxxx>
---
init/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/Kconfig b/init/Kconfig
index 513fa544a134..354146666d97 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -825,7 +825,7 @@ config CGROUP_PIDS
PIDs controller is designed to stop this from happening.

It should be noted that organisational operations (such as attaching
- to a cgroup hierarchy will *not* be blocked by the PIDs controller),
+ to a cgroup hierarchy) will *not* be blocked by the PIDs controller,
since the PIDs limit only affects a process's ability to fork, not to
attach to a cgroup.

--
2.20.1