mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 23:25:48 +00:00
xen: spelling fix
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Acked-by: David Woodhouse <dwmw@amazon.co.uk>
This commit is contained in:
@ -89,7 +89,7 @@ char *xenstore_read_str(const char *base, const char *node)
|
||||
str = qemu_xen_xs_read(xenstore, 0, abspath, &len);
|
||||
if (str != NULL) {
|
||||
/* move to qemu-allocated memory to make sure
|
||||
* callers can savely g_free() stuff. */
|
||||
* callers can safely g_free() stuff. */
|
||||
ret = g_strdup(str);
|
||||
free(str);
|
||||
}
|
||||
|
Reference in New Issue
Block a user