mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user