diff mbox series

[05/13] Documentation/admin-guide: mm/ksm: drop doubled word

Message ID 20200704032020.21923-6-rdunlap@infradead.org (mailing list archive)
State New, archived
Headers show
Series Documentation/admin-guide: eliminate duplicated words | expand

Commit Message

Randy Dunlap July 4, 2020, 3:20 a.m. UTC
Drop the doubled word "the".

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-mm@kvack.org
---
 Documentation/admin-guide/mm/ksm.rst |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

--- linux-next-20200701.orig/Documentation/admin-guide/mm/ksm.rst
+++ linux-next-20200701/Documentation/admin-guide/mm/ksm.rst
@@ -52,7 +52,7 @@  with EAGAIN, but more probably arousing
 If KSM is not configured into the running kernel, madvise MADV_MERGEABLE
 and MADV_UNMERGEABLE simply fail with EINVAL.  If the running kernel was
 built with CONFIG_KSM=y, those calls will normally succeed: even if the
-the KSM daemon is not currently running, MADV_MERGEABLE still registers
+KSM daemon is not currently running, MADV_MERGEABLE still registers
 the range for whenever the KSM daemon is started; even if the range
 cannot contain any pages which KSM could actually merge; even if
 MADV_UNMERGEABLE is applied to a range which was never MADV_MERGEABLE.