summaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
authorAmos Waterland <apw@us.ibm.com>2006-03-24 18:30:53 +0100
committerAdrian Bunk <bunk@stusta.de>2006-03-24 18:30:53 +0100
commit16538c40776b8be6b0f23966e08fdc7b8fff823f (patch)
tree77646f8bf17f0ef78ea9c50415ab639a734dc870 /mm
parentde0dfcdf550e6339e9f373587da62cffb5b559f8 (diff)
downloadop-kernel-dev-16538c40776b8be6b0f23966e08fdc7b8fff823f.zip
op-kernel-dev-16538c40776b8be6b0f23966e08fdc7b8fff823f.tar.gz
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>
Diffstat (limited to 'mm')
-rw-r--r--mm/msync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/msync.c b/mm/msync.c
index 2672b8d..bc6c953 100644
--- a/mm/msync.c
+++ b/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,
OpenPOWER on IntegriCloud