[PATCH] Fix a typo in Documentation/sysctl/vm.txt

From: Kangmin Park
Date: Tue Oct 17 2017 - 15:18:08 EST


A trivial patch to fix a typo in Documentation/sysctl/vm.txt
Replace agressiveness with aggresiveness.

Signed-off-by: Kangmin Park <l4stpr0gr4m@xxxxxxxxx>
Cc: Jiri Kosina <trivial@xxxxxxxxxx>
Cc: Alan Cox <alan@xxxxxxxxxx>
Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>

diff --git a/Documentation/sysctl/vm.txt b/Documentation/sysctl/vm.txt
index 9baf66a9ef4e..342a88561722 100644
--- a/Documentation/sysctl/vm.txt
+++ b/Documentation/sysctl/vm.txt
@@ -795,7 +795,7 @@ with no ill effects: errors and warnings on these
stats are suppressed.)
swappiness

This control is used to define how aggressive the kernel will swap
-memory pages. Higher values will increase agressiveness, lower values
+memory pages. Higher values will increase aggressiveness, lower values
decrease the amount of swap. A value of 0 instructs the kernel not to
initiate swap until the amount of free and file-backed pages is less
than the high water mark in a zone.