Selaa lähdekoodia

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: Adrian Bunk <bunk@stusta.de>

Amos Waterland 19 vuotta sitten
vanhempi
commit
16538c4077
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      mm/msync.c

+ 1 - 1
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.
  * 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
  * Or the application may run fadvise(FADV_DONTNEED) against the fd to start
  * async writeout immediately.
  * 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.
  * applications.
  */
  */
 static int msync_interval(struct vm_area_struct *vma, unsigned long addr,
 static int msync_interval(struct vm_area_struct *vma, unsigned long addr,