diff --git a/[refs] b/[refs] index bc35626dd5dc..9e6360027caf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: de0dfcdf550e6339e9f373587da62cffb5b559f8 +refs/heads/master: 16538c40776b8be6b0f23966e08fdc7b8fff823f diff --git a/trunk/mm/msync.c b/trunk/mm/msync.c index 2672b8dc3d89..bc6c95376366 100644 --- a/trunk/mm/msync.c +++ b/trunk/mm/msync.c @@ -126,7 +126,7 @@ static unsigned long msync_page_range(struct vm_area_struct *vma, * write out the dirty pages and wait on the writeout and check the result. * Or the application may run fadvise(FADV_DONTNEED) against the fd to start * async writeout immediately. - * So my _not_ starting I/O in MS_ASYNC we provide complete flexibility to + * So by _not_ starting I/O in MS_ASYNC we provide complete flexibility to * applications. */ static int msync_interval(struct vm_area_struct *vma, unsigned long addr,