Skip to content

Commit

Permalink
ksm: fix typo in comment
Browse files Browse the repository at this point in the history
Spelling mistake (triple letters) in comment.  Detected with the help of
Coccinelle.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Julia Lawall <[email protected]>
Reviewed-by: Muchun Song <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
  • Loading branch information
JuliaLawall authored and akpm00 committed May 25, 2022
1 parent 3377614 commit 3413b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/ksm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ static struct page *stable_tree_search(struct page *page)
* 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.
Expand Down

0 comments on commit 3413b2c

Please sign in to comment.