Skip to content

Commit

Permalink
The comment describing how MS_ASYNC works in msync.c is confusing
Browse files Browse the repository at this point in the history
because of a typo.  This patch just changes "my" to "by", which I
believe was the original intent.

Signed-off-by: Adrian Bunk <[email protected]>
  • Loading branch information
Amos Waterland authored and AdrianBunk committed Mar 24, 2006
1 parent de0dfcd commit 16538c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/msync.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 16538c4

Please sign in to comment.