Skip to content

Commit

Permalink
xen: spelling fix
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Acked-by: David Woodhouse <dwmw@amazon.co.uk>
  • Loading branch information
Michael Tokarev committed Sep 8, 2023
1 parent 42fe749 commit 54abe91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/xen/xen_pvdev.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 54abe91

Please sign in to comment.