Hi,
I found this spelling fix in Craig Kulesa's minimal rmap patch.
Rik
--
Bravely reimplemented by the knights who say "NIH".
diff -Nru a/mm/page-writeback.c b/mm/page-writeback.c
--- a/mm/page-writeback.c Fri Jul 5 15:42:39 2002
+++ b/mm/page-writeback.c Fri Jul 5 15:42:39 2002
@@ -336,7 +336,7 @@
* If a page is already under I/O, generic_writepages() skips it, even
* if it's dirty. This is desirable behaviour for memory-cleaning writeback,
* but it is INCORRECT for data-integrity system calls such as fsync(). fsync()
- * and msync() need to guarentee that all the data which was dirty at the time
+ * and msync() need to guarantee that all the data which was dirty at the time
* the call was made get new I/O started against them. The way to do this is
* to run filemap_fdatawait() before calling filemap_fdatawrite().
*