summaryrefslogtreecommitdiff
path: root/Documentation/vm/page_owner.rst
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-10-22 15:26:53 +0100
committerJonathan Corbet <corbet@lwn.net>2020-10-22 16:11:04 -0600
commit94ebdd28fcab7ef1484cd98f4a8e8426fe207994 (patch)
tree49553999c4c115a66a959c70c44fc80a83ee7c48 /Documentation/vm/page_owner.rst
parent030f066f677f297033772dcdce9538b968fbeb14 (diff)
docs/vm: trivial fixes to several spelling mistakes
Fix several spelling mistakes in vm documentation. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20201022142653.254429-1-colin.king@canonical.com Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/vm/page_owner.rst')
-rw-r--r--Documentation/vm/page_owner.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/vm/page_owner.rst b/Documentation/vm/page_owner.rst
index 079f3f8c4784..02deac76673f 100644
--- a/Documentation/vm/page_owner.rst
+++ b/Documentation/vm/page_owner.rst
@@ -18,7 +18,7 @@ Although we already have tracepoint for tracing page allocation/free,
using it for analyzing who allocate each page is rather complex. We need
to enlarge the trace buffer for preventing overlapping until userspace
program launched. And, launched program continually dump out the trace
-buffer for later analysis and it would change system behviour with more
+buffer for later analysis and it would change system behaviour with more
possibility rather than just keeping it in memory, so bad for debugging.
page owner can also be used for various purposes. For example, accurate