]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/nilfs2/page.c
Merge branch 'for-linus' of git://neil.brown.name/md
[mv-sheeva.git] / fs / nilfs2 / page.c
index a2692bbc7b50a510b1723b95fd7d060b74bbedb9..fc246dba112af8cbbb20c79e8885194713f76f4d 100644 (file)
@@ -292,7 +292,7 @@ void nilfs_free_private_page(struct page *page)
  * @src: source page
  * @copy_dirty: flag whether to copy dirty states on the page's buffer heads.
  *
- * This fuction is for both data pages and btnode pages.  The dirty flag
+ * This function is for both data pages and btnode pages.  The dirty flag
  * should be treated by caller.  The page must not be under i/o.
  * Both src and dst page must be locked
  */
@@ -388,7 +388,7 @@ repeat:
 }
 
 /**
- * nilfs_copy_back_pages -- copy back pages to orignal cache from shadow cache
+ * nilfs_copy_back_pages -- copy back pages to original cache from shadow cache
  * @dmap: destination page cache
  * @smap: source page cache
  *