X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=mm%2Fmadvise.c;h=63e489e5bfdb56c905c2521ec987e9b00584efd8;hb=2059c40aded724b3af139abb55cabeab5e0f5878;hp=01fef79ac761bd73de0e0a28c82f001bba0d9a50;hpb=9cdbf6467424045617cd6e79dcaad06bb8efa31c;p=linux-2.6-microblaze.git diff --git a/mm/madvise.c b/mm/madvise.c index 01fef79ac761..63e489e5bfdb 100644 --- a/mm/madvise.c +++ b/mm/madvise.c @@ -799,7 +799,7 @@ static long madvise_dontneed_free(struct vm_area_struct *vma, if (end > vma->vm_end) { /* * Don't fail if end > vma->vm_end. If the old - * vma was splitted while the mmap_lock was + * vma was split while the mmap_lock was * released the effect of the concurrent * operation may not cause madvise() to * have an undefined result. There may be an @@ -1039,7 +1039,7 @@ process_madvise_behavior_valid(int behavior) * MADV_DODUMP - cancel MADV_DONTDUMP: no longer exclude from core dump. * MADV_COLD - the application is not expected to use this memory soon, * deactivate pages in this range so that they can be reclaimed - * easily if memory pressure hanppens. + * easily if memory pressure happens. * MADV_PAGEOUT - the application is not expected to use this memory soon, * page out the pages in this range immediately. *