From 64e3ae0d51e8c375560c64087c2f9544331cbf27 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Fri, 11 May 2018 14:20:12 +0200 Subject: [PATCH] qemu: command: Fix comment for qemuBuildPRManagerInfoProps The comment did not accurately describe the arguments. Signed-off-by: Peter Krempa --- src/qemu/qemu_command.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/qemu/qemu_command.c b/src/qemu/qemu_command.c index c6988923e9..330f95bf24 100644 --- a/src/qemu/qemu_command.c +++ b/src/qemu/qemu_command.c @@ -9717,8 +9717,10 @@ qemuBuildPanicCommandLine(virCommandPtr cmd, /** * qemuBuildPRManagerInfoProps: - * @prd: disk PR runtime info - * @propsret: JSON properties to return + * @vm: domain object + * @disk: disk definition + * @propsret: Returns JSON object containing properties of the pr-manager-helper object + * @aliasret: alias of the pr-manager-helper object * * Build the JSON properties for the pr-manager object. * -- GitLab