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(). *
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/