mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Fix several typos in documentation (found by codespell)
Those typos are in files which are used to generate the QEMU manual. Signed-off-by: Stefan Weil <sw@weilnetz.de> Message-Id: <20221110190825.879620-1-sw@weilnetz.de> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Ani Sinha <ani@anisinha.ca> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Acked-by: Michael S. Tsirkin <mst@redhat.com> [thuth: update sentence in can.rst as suggested by Peter] Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
f469150be8
commit
2cb40d446f
8 changed files with 17 additions and 16 deletions
|
@ -31,7 +31,7 @@
|
|||
static QGuestAllocator *alloc;
|
||||
static char *local_test_path;
|
||||
|
||||
/* Concatenates the passed 2 pathes. Returned result must be freed. */
|
||||
/* Concatenates the passed 2 paths. Returned result must be freed. */
|
||||
static char *concat_path(const char* a, const char* b)
|
||||
{
|
||||
return g_build_filename(a, b, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue