Commit d450cccc authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé
Browse files

qemu/osdep: Reword qemu_get_exec_dir() documentation



This comment is confuse, reword it a bit.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: default avatarMichael Rolnik <mrolnik@gmail.com>
Tested-by: default avatarMichael Rolnik <mrolnik@gmail.com>
Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200714164257.23330-3-f4bug@amsat.org>
parent 7da1d7dc
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -588,7 +588,10 @@ char *qemu_get_local_state_pathname(const char *relative_pathname);
void qemu_init_exec_dir(const char *argv0);

/* Get the saved exec dir.
 * Caller needs to release the returned string by g_free() */
 *
 * The caller is responsible for releasing the value returned with g_free()
 * after use.
 */
char *qemu_get_exec_dir(void);

/**