From 406524c6fa928f5dd1a54d6b4dfd2e40d45e379b Mon Sep 17 00:00:00 2001 From: jakegore <47302880+jakegore@users.noreply.github.com> Date: Sat, 6 Apr 2019 16:15:24 +0100 Subject: [PATCH] Fixed spelling error in docs Fixed errors on the memory management page that were showing on the kernel docs --- Documentation/admin-guide/mm/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide/mm/index.rst b/Documentation/admin-guide/mm/index.rst index 8edb35f1131763..d41562f15f82ce 100644 --- a/Documentation/admin-guide/mm/index.rst +++ b/Documentation/admin-guide/mm/index.rst @@ -3,9 +3,9 @@ Memory Management ================= Linux memory management subsystem is responsible, as the name implies, -for managing the memory in the system. This includes implemnetation of +for managing the memory in the system. This includes implementation of virtual memory and demand paging, memory allocation both for kernel -internal structures and user space programms, mapping of files into +internal structures and user space programs, mapping of files into processes address space and many other cool things. Linux memory management is a complex system with many configurable