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:
parent
42fe74998c
commit
54abe918bc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user