mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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:
parent
e20ad73780
commit
e4ebe391d7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user