From mboxrd@z Thu Jan 1 00:00:00 1970 From: "J. Bruce Fields" Subject: [PATCH] trivial comment fix Date: Fri, 10 May 2013 11:10:01 -0400 Message-ID: <20130510151001.GE7222@fieldses.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Al Viro , linux-fsdevel@vger.kernel.org To: Jiri Kosina Return-path: Received: from fieldses.org ([174.143.236.118]:50912 "EHLO fieldses.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754035Ab3EJPKd (ORCPT ); Fri, 10 May 2013 11:10:33 -0400 Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: From: "J. Bruce Fields" --- fs/dcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/dcache.c b/fs/dcache.c index 8086636..a0b8d65 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -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 -- 1.7.9.5