]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Fix api doc for _dbus_spawn_async_with_babysitter
authorChengwei Yang <chengwei.yang@intel.com>
Tue, 19 Nov 2013 10:13:01 +0000 (18:13 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 27 Nov 2013 15:03:32 +0000 (15:03 +0000)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71820
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
dbus/dbus-spawn.c

index d1478f0081e2f14e09e8b6c2aeaa9b241d4d691d..653776b54cd81ed2e5e5e0095514ac3c5eef7da0 100644 (file)
@@ -1179,7 +1179,7 @@ babysit (pid_t grandchild_pid,
  * If sitter_p is #NULL, no babysitter is kept.
  *
  * @param sitter_p return location for babysitter or #NULL
- * @log_name the name under which to log messages about this process being spawned
+ * @param log_name the name under which to log messages about this process being spawned
  * @param argv the executable and arguments
  * @param env the environment, or #NULL to copy the parent's
  * @param child_setup function to call in child pre-exec()