Explorar el Código

libdpkg: Fix command_add_argv doxygen comment to match param name

Guillem Jover hace 16 años
padre
commit
1ccdb04d4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/dpkg/command.c

+ 1 - 1
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)