From 922ad680d3e260262372fd1a9dad65045ffe6074 Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Sat, 16 Mar 2013 21:12:54 -0500 Subject: [PATCH] dentry.c: Comment fix --- src/dentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dentry.c b/src/dentry.c index f5be3458..58869af4 100644 --- a/src/dentry.c +++ b/src/dentry.c @@ -801,8 +801,8 @@ int increment_dentry_refcnt(struct wim_dentry *dentry, void *ignore) /* * Links a dentry into the directory tree. * - * @dentry: The dentry to link. * @parent: The dentry that will be the parent of @dentry. + * @dentry: The dentry to link. */ bool dentry_add_child(struct wim_dentry * restrict parent, struct wim_dentry * restrict child) -- 2.43.0