From: Keyur Patel Date: Thu, 11 Jun 2020 01:41:47 +0000 (-0700) Subject: ocfs2: fix spelling mistake and grammar X-Git-Tag: v5.15~3599^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc989e78472e29c69b196d6985e718c8834027b7;p=platform%2Fkernel%2Flinux-starfive.git ocfs2: fix spelling mistake and grammar ./ocfs2/mmap.c:65: bebongs ==> belonging Signed-off-by: Keyur Patel Signed-off-by: Andrew Morton Reviewed-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Cc: Junxiao Bi Cc: Changwei Ge Cc: Gang He Cc: Jun Piao Link: http://lkml.kernel.org/r/20200608014818.102358-1-iamkeyur96@gmail.com Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/mmap.c b/fs/ocfs2/mmap.c index 3a44e46..25cabbf 100644 --- a/fs/ocfs2/mmap.c +++ b/fs/ocfs2/mmap.c @@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file, last_index = (size - 1) >> PAGE_SHIFT; /* - * There are cases that lead to the page no longer bebongs to the + * There are cases that lead to the page no longer belonging to the * mapping. * 1) pagecache truncates locally due to memory pressure. * 2) pagecache truncates when another is taking EX lock against