From: Eric Biggers Date: Sun, 17 Mar 2013 02:12:54 +0000 (-0500) Subject: dentry.c: Comment fix X-Git-Tag: v1.3.0~29 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=922ad680d3e260262372fd1a9dad65045ffe6074;ds=sidebyside dentry.c: Comment fix --- 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)