[Reproducible-commits] [dpkg] 04/24: libdpkg: Fix doxygen annotations

Niko Tyni ntyni at moszumanska.debian.org
Tue May 3 21:38:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch ntyni/reproducible_builds
in repository dpkg.

commit 6f71f80300f2afabfdaa655aabae0a9374061c6f
Author: Guillem Jover <guillem at debian.org>
Date:   Tue May 3 18:08:32 2016 +0200

    libdpkg: Fix doxygen annotations
---
 lib/dpkg/treewalk.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/dpkg/treewalk.c b/lib/dpkg/treewalk.c
index a77ead8..3a669e6 100644
--- a/lib/dpkg/treewalk.c
+++ b/lib/dpkg/treewalk.c
@@ -358,7 +358,7 @@ treeroot_visit_node(struct treeroot *tree, struct treenode *node)
  *
  * @param rootdir The root directory to start walking the tree.
  * @param options The options specifying how to walk the tree.
- * @param funcs   The functions callbacks.
+ * @param func    The functions callbacks.
  */
 struct treeroot *
 treewalk_open(const char *rootdir, enum treewalk_options options,
@@ -513,7 +513,7 @@ treewalk_close(struct treeroot *tree)
  *
  * @param rootdir The root directory to start walking the tree.
  * @param options The options specifying how to walk the tree.
- * @param funcs   The function callbacks.
+ * @param func    The function callbacks.
  */
 int
 treewalk(const char *rootdir, enum treewalk_options options,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list