aboutsummaryrefslogtreecommitdiffstats
path: root/mm/ksm.c
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@inria.fr>2022-05-21 13:11:44 +0200
committerakpm <akpm@linux-foundation.org>2022-05-25 10:47:48 -0700
commit3413b2c872c3fe5cf3b11d4e73de55098c81c7a3 (patch)
treed47c29be51a019bc8c9116073f0f7c9f4f3e7cae /mm/ksm.c
parentselftests: vm: add process_mrelease tests (diff)
downloadlinux-dev-3413b2c872c3fe5cf3b11d4e73de55098c81c7a3.tar.xz
linux-dev-3413b2c872c3fe5cf3b11d4e73de55098c81c7a3.zip
ksm: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220521111145.81697-94-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/ksm.c')
-rw-r--r--mm/ksm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/ksm.c b/mm/ksm.c
index 9ee82c9bce94..54f78c9eecae 100644
--- a/mm/ksm.c
+++ b/mm/ksm.c
@@ -1590,7 +1590,7 @@ again:
* the rbtree instead as a regular stable_node (in
* order to collapse the stable_node chain if a single
* stable_node dup was found in it). In such case the
- * stable_node is overwritten by the calleee to point
+ * stable_node is overwritten by the callee to point
* to the stable_node_dup that was collapsed in the
* stable rbtree and stable_node will be equal to
* stable_node_dup like if the chain never existed.