X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=mm%2Fmempolicy.c;h=78062ab641ff55f2a727afbf1fcf10aed843620c;hb=a7bff75b087e7a355838a32efe61707cfa73c194;hp=b53ec99f142897a30d1513af8bcfe375dc392102;hpb=0d2ecee2bdb2a19d04bc5cefac0f86e790f1aad4;p=cascardo%2Flinux.git diff --git a/mm/mempolicy.c b/mm/mempolicy.c index b53ec99f1428..78062ab641ff 100644 --- a/mm/mempolicy.c +++ b/mm/mempolicy.c @@ -993,7 +993,7 @@ int do_migrate_pages(struct mm_struct *mm, * most recent pair that moved (s != d). If we find a pair * that not only moved, but what's better, moved to an empty slot * (d is not set in tmp), then we break out then, with that pair. - * Otherwise when we finish scannng from_tmp, we at least have the + * Otherwise when we finish scanning from_tmp, we at least have the * most recent pair that moved. If we get all the way through * the scan of tmp without finding any node that moved, much less * moved to an empty node, then there is nothing left worth migrating.