Skip to content

Commit

Permalink
mm/migrate: fix comment typo syncronous->synchronous
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Wu <wujianguo@huawei.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Jianguo Wu authored and Linus Torvalds committed Apr 29, 2013
1 parent fed2719 commit fed5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/migrate.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ static int __unmap_and_move(struct page *page, struct page *newpage,

if (PageWriteback(page)) {
/*
* Only in the case of a full syncronous migration is it
* Only in the case of a full synchronous migration is it
* necessary to wait for PageWriteback. In the async case,
* the retry loop is too short and in the sync-light case,
* the overhead of stalling is too much
Expand Down

0 comments on commit fed5b64

Please sign in to comment.