]> wimlib.net Git - wimlib/blobdiff - src/dentry.c
dentry.c: Comment fix
[wimlib] / src / dentry.c
index f7c1a2b32dc80b50c1c741ec989bcafbd17bd061..58869af4b6b921fb18d84d4fdca302a05a594c66 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013 Biggers
+ * Copyright (C) 2012, 2013 Eric Biggers
  *
  * This file is part of wimlib, a library for working with WIM files.
  *
@@ -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)