Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16538c40 authored by Amos Waterland's avatar Amos Waterland Committed by Adrian Bunk
Browse files

The comment describing how MS_ASYNC works in msync.c is confusing


because of a typo.  This patch just changes "my" to "by", which I
believe was the original intent.

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent de0dfcdf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,