aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/Kconfig
diff options
context:
space:
mode:
authorLeo Sperling <leosperling97@gmx.de>2016-04-14 13:25:26 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-29 17:03:07 -0700
commitb5b7fe86668b4606ccd878a6c8a57f96247c5705 (patch)
tree56fc7fd14dae8d72a23971a52f179af670832ed0 /drivers/staging/android/Kconfig
parentMAINTAINERS: Add Android Ion as a separate entry (diff)
downloadlinux-dev-b5b7fe86668b4606ccd878a6c8a57f96247c5705.tar.xz
linux-dev-b5b7fe86668b4606ccd878a6c8a57f96247c5705.zip
staging: android: Fix grammar error in Kconfig file
Remove the "s" from kills so that the help message is easier to understand Signed-off-by: Leo Sperling <leosperling97@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/Kconfig')
-rw-r--r--drivers/staging/android/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/android/Kconfig b/drivers/staging/android/Kconfig
index 4244821e32fc..68042ab2eba0 100644
--- a/drivers/staging/android/Kconfig
+++ b/drivers/staging/android/Kconfig
@@ -20,7 +20,7 @@ config ANDROID_LOW_MEMORY_KILLER
Registers processes to be killed when low memory conditions, this is useful
as there is no particular swap space on android.
- The registered process will kills according to the priorities in android init
+ The registered process will kill according to the priorities in android init
scripts (/init.rc), and it defines priority values with minimum free memory size
for each priority.