staging: android: Fix grammar error in Kconfig file
authorLeo Sperling <leosperling97@gmx.de>
Thu, 14 Apr 2016 11:25:26 +0000 (13:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 30 Apr 2016 00:03:07 +0000 (17:03 -0700)
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>
drivers/staging/android/Kconfig

index 4244821..68042ab 100644 (file)
@@ -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.