]> Pileus Git - ~andy/linux/blobdiff - fs/buffer.c
Fix misspellings of "invocation" in comments.
[~andy/linux] / fs / buffer.c
index 6fa530256bfd7b118bbef4aebce7ceb79e145928..1d920bab5e709997900dfa0b674897260cdf1022 100644 (file)
@@ -2893,7 +2893,7 @@ int block_write_full_page_endio(struct page *page, get_block_t *get_block,
 
        /*
         * The page straddles i_size.  It must be zeroed out on each and every
-        * writepage invokation because it may be mmapped.  "A file is mapped
+        * writepage invocation because it may be mmapped.  "A file is mapped
         * in multiples of the page size.  For a file that is not a multiple of
         * the  page size, the remaining memory is zeroed when mapped, and
         * writes to that region are not written out to the file."