X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=mm%2Fmigrate.c;h=34132f8e9109e1b2af4c92fdd74c5df7ef073392;hb=c78193e9c7bcbf25b8237ad0dec82f805c4ea69b;hp=b0406d739ea7a07b282e3e65a387a31770b40d11;hpb=50f3515828024582402044bcced6804c070c491c;p=pandora-kernel.git diff --git a/mm/migrate.c b/mm/migrate.c index b0406d739ea7..34132f8e9109 100644 --- a/mm/migrate.c +++ b/mm/migrate.c @@ -375,7 +375,7 @@ void migrate_page_copy(struct page *newpage, struct page *page) * redo the accounting that clear_page_dirty_for_io undid, * but we can't use set_page_dirty because that function * is actually a signal that all of the page has become dirty. - * Wheras only part of our page may be dirty. + * Whereas only part of our page may be dirty. */ __set_page_dirty_nobuffers(newpage); }