mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
tests/: spelling fixes
with some rewording in tests/qemu-iotests/298 tests/qtest/fuzz/generic_fuzz.c tests/unit/test-throttle.c as suggested by Eric. Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
d30b5bc95a
commit
96420a30e0
49 changed files with 69 additions and 69 deletions
|
@ -362,7 +362,7 @@ static void test_xs_node_simple(void)
|
|||
g_assert(data->len == strlen("something"));
|
||||
g_assert(!memcmp(data->data, "something", data->len));
|
||||
|
||||
/* Even if we use an abolute path */
|
||||
/* Even if we use an absolute path */
|
||||
g_byte_array_set_size(data, 0);
|
||||
err = xs_impl_read(s, DOMID_GUEST, XBT_NULL,
|
||||
"/local/domain/1/some/relative/path", data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue