Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5b7fe86 authored by Leo Sperling's avatar Leo Sperling Committed by Greg Kroah-Hartman
Browse files

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: default avatarLeo Sperling <leosperling97@gmx.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d03c023e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.