]> git.baikalelectronics.ru Git - kernel.git/commitdiff
ksm: fix typo in comment
authorJulia Lawall <Julia.Lawall@inria.fr>
Sat, 21 May 2022 11:11:44 +0000 (13:11 +0200)
committerakpm <akpm@linux-foundation.org>
Wed, 25 May 2022 17:47:48 +0000 (10:47 -0700)
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>
mm/ksm.c

index 9ee82c9bce94df1bfa5d25a54cabd2b7379ae131..54f78c9eecaee799b4cfb296038812989c1daed2 100644 (file)
--- 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.