lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 18 Oct 2017 04:18:01 +0900
From:   Kangmin Park <l4stpr0gr4m@...il.com>
To:     trivial@...nel.org, linux-kernel@...r.kernel.org,
        linux-doc@...r.kernel.org, alan@...hat.com,
        akpm@...ux-foundation.org
Subject: [PATCH] Fix a typo in Documentation/sysctl/vm.txt

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

Signed-off-by: Kangmin Park <l4stpr0gr4m@...il.com>
Cc: Jiri Kosina <trivial@...nel.org>
Cc: Alan Cox <alan@...hat.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>

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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ