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 <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
Martin Kletzander 2021-11-16 14:35:34 +01:00
parent e20ad73780
commit e4ebe391d7

View File

@ -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)