Skip to content

Commit cc989e7

Browse files
iamkeyurtorvalds
authored andcommitted
ocfs2: fix spelling mistake and grammar
./ocfs2/mmap.c:65: bebongs ==> belonging Signed-off-by: Keyur Patel <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Reviewed-by: Joseph Qi <[email protected]> Cc: Mark Fasheh <[email protected]> Cc: Joel Becker <[email protected]> Cc: Junxiao Bi <[email protected]> Cc: Changwei Ge <[email protected]> Cc: Gang He <[email protected]> Cc: Jun Piao <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
1 parent 787d563 commit cc989e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/ocfs2/mmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ static vm_fault_t __ocfs2_page_mkwrite(struct file *file,
6262
last_index = (size - 1) >> PAGE_SHIFT;
6363

6464
/*
65-
* There are cases that lead to the page no longer bebongs to the
65+
* There are cases that lead to the page no longer belonging to the
6666
* mapping.
6767
* 1) pagecache truncates locally due to memory pressure.
6868
* 2) pagecache truncates when another is taking EX lock against

0 commit comments

Comments
 (0)