]> Pileus Git - ~andy/linux/commitdiff
trivial select_parent documentation fix
authorJ. Bruce Fields <bfields@fieldses.org>
Tue, 18 Sep 2012 20:35:51 +0000 (16:35 -0400)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 27 Sep 2012 22:43:08 +0000 (15:43 -0700)
"Search list for X" sounds like you're trying to find X on a list.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/dcache.c

index 16521a9f203859a28a8804d3fb2f5f4cb894ed7f..0364af2311f4eb8bb64fe94a08dce8e300374e2d 100644 (file)
@@ -1141,7 +1141,7 @@ rename_retry:
 EXPORT_SYMBOL(have_submounts);
 
 /*
- * Search the dentry child list for the specified parent,
+ * Search the dentry child list of the specified parent,
  * and move any unused dentries to the end of the unused
  * list for prune_dcache(). We descend to the next level
  * whenever the d_subdirs list is non-empty and continue