VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Adam Buchbinder <adam.buchbinder@gmail.com> 2009-12-11 16:35:40 -0500 committer: Jiri Kosina <jkosina@suse.cz> 2010-02-04 11:55:45 +0100 commit: 2a61aa401638529cd4231f6106980d307fba98fa parent: c41b20e721ea4f6f20f66a66e7f0c3c97a2ca9c2
Commit Summary:
Fix misspellings of "invocation" in comments.
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index 42381bd6543b..598d54e200eb 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -561,7 +561,7 @@ page_is_mapped:
 	if (page->index >= end_index) {
 		/*
 		 * The page straddles i_size.  It must be zeroed out on each
-		 * and every writepage invokation because it may be mmapped.
+		 * and every 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