Skip to content

Commit 5868ec2

Browse files
committed
mm: fix wake_page_function() comment typos
Sedat Dilek pointed out some silly comment typo issues. Reported-by: Sedat Dilek <sedat.dilek@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent c7948fe commit 5868ec2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mm/filemap.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -990,7 +990,7 @@ void __init pagecache_init(void)
990990

991991
/*
992992
* The page wait code treats the "wait->flags" somewhat unusually, because
993-
* we have multiple different kinds of waits, not just he usual "exclusive"
993+
* we have multiple different kinds of waits, not just the usual "exclusive"
994994
* one.
995995
*
996996
* We have:
@@ -1011,7 +1011,7 @@ void __init pagecache_init(void)
10111011
*
10121012
* This is the traditional exclusive wait.
10131013
*
1014-
* (b) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
1014+
* (c) WQ_FLAG_EXCLUSIVE | WQ_FLAG_CUSTOM:
10151015
*
10161016
* The waiter is waiting to get the bit, and additionally wants the
10171017
* lock to be transferred to it for fair lock behavior. If the lock

0 commit comments

Comments
 (0)