Forráskód Böngészése

libdpkg: Fix command_add_argv doxygen comment to match param name

Guillem Jover 16 éve
szülő
commit
1ccdb04d4b
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)