diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2013-11-19 18:13:01 +0800 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2013-11-27 15:03:32 +0000 |
commit | ac502b5cdd17f6819ec8d1f935871139767f0944 (patch) | |
tree | cf49d06327fb48bbaec4aa4c649ca029acadfffc | |
parent | 951b9700d5ec21cd4ef86bbe59dc7976d14283ac (diff) | |
download | dbus-ac502b5cdd17f6819ec8d1f935871139767f0944.tar.gz |
Fix api doc for _dbus_spawn_async_with_babysitter
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71820
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r-- | dbus/dbus-spawn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-spawn.c b/dbus/dbus-spawn.c index d1478f00..653776b5 100644 --- a/dbus/dbus-spawn.c +++ b/dbus/dbus-spawn.c @@ -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() |