浏览代码

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>
Leo Sperling 9 年之前
父节点
当前提交
b5b7fe8666
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/staging/android/Kconfig

+ 1 - 1
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
 	  Registers processes to be killed when low memory conditions, this is useful
 	  as there is no particular swap space on android.
 	  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
 	  scripts (/init.rc), and it defines priority values with minimum free memory size
 	  for each priority.
 	  for each priority.