The following commit has been merged in the master branch:
commit 1ccdb04d4b3d732c01e73607fc237aa0d46237e3
Author: Guillem Jover <[email protected]>
Date: Sun Jul 11 11:26:20 2010 +0200
libdpkg: Fix command_add_argv doxygen comment to match param name
diff --git a/lib/dpkg/command.c b/lib/dpkg/command.c
index 3cb6086..f98a0ee 100644
--- a/lib/dpkg/command.c
+++ b/lib/dpkg/command.c
@@ -126,7 +126,7 @@ command_add_argl(struct command *cmd, const char **argv)
* Append a va_list of argument to the command's argv.
*
* @param cmd The command structure to act on.
- * @param al The NULL terminated va_list of argument array to append to argv.
+ * @param args The NULL terminated va_list of argument array to append to argv.
*/
void
command_add_argv(struct command *cmd, va_list args)
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]