From: Martin Kletzander Date: Tue, 16 Nov 2021 13:35:34 +0000 (+0100) Subject: util: Tiny reword fix in comment X-Git-Tag: v7.10.0-rc1~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4ebe391d7840225a5f96f89dbbfe00d254b25cf;p=thirdparty%2Flibvirt.git util: Tiny reword fix in comment Automatic "Ptr " -> " *" also wreaked havoc in comments. Fix it and while at it reword the sentence so it is clear that the object is newly allocated. Signed-off-by: Martin Kletzander Reviewed-by: Ján Tomko --- diff --git a/src/util/virpolkit.c b/src/util/virpolkit.c index e90b3b871d..86255a9676 100644 --- a/src/util/virpolkit.c +++ b/src/util/virpolkit.c @@ -168,7 +168,7 @@ virPolkitAgentDestroy(virPolkitAgent *agent) * * Allocate and setup a polkit agent * - * Returns a virCommand *on success and NULL on failure + * Returns newly allocated virPolkitAgent * on success and NULL on failure */ virPolkitAgent * virPolkitAgentCreate(void)