diff options
author | Stefan Weil via <qemu-trivial@nongnu.org> | 2025-04-12 20:11:47 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-04-13 13:45:04 +0300 |
commit | 22e6d702946c82c6d19326b81430c83ed9ee16a9 (patch) | |
tree | d0448414334aa92ae07bc80f439396d0664f8858 /docs/devel/codebase.rst | |
parent | 56c6e249b6988c1b6edc2dd34ebb0f1e570a1365 (diff) | |
download | qemu-22e6d702946c82c6d19326b81430c83ed9ee16a9.zip qemu-22e6d702946c82c6d19326b81430c83ed9ee16a9.tar.gz qemu-22e6d702946c82c6d19326b81430c83ed9ee16a9.tar.bz2 |
docs: Fix some typos (found by codespell and typos)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'docs/devel/codebase.rst')
-rw-r--r-- | docs/devel/codebase.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/devel/codebase.rst b/docs/devel/codebase.rst index 1b09953..ef98578 100644 --- a/docs/devel/codebase.rst +++ b/docs/devel/codebase.rst @@ -5,7 +5,7 @@ Codebase This section presents the various parts of QEMU and how the codebase is organized. -Beyond giving succint descriptions, the goal is to offer links to various +Beyond giving succinct descriptions, the goal is to offer links to various parts of the documentation/codebase. Subsystems @@ -67,7 +67,7 @@ yet, so sometimes the source code is all you have. * `chardev <https://gitlab.com/qemu-project/qemu/-/tree/master/chardev>`_: Various backends used by char devices. * `common-user <https://gitlab.com/qemu-project/qemu/-/tree/master/common-user>`_: - User-mode assembly code for dealing with signals occuring during syscalls. + User-mode assembly code for dealing with signals occurring during syscalls. * `configs <https://gitlab.com/qemu-project/qemu/-/tree/master/configs>`_: Makefiles defining configurations to build QEMU. * `contrib <https://gitlab.com/qemu-project/qemu/-/tree/master/contrib>`_: @@ -102,7 +102,7 @@ yet, so sometimes the source code is all you have. * `.gitlab-ci.d <https://gitlab.com/qemu-project/qemu/-/tree/master/.gitlab-ci.d>`_: `CI <ci>` yaml and scripts. * `include <https://gitlab.com/qemu-project/qemu/-/tree/master/include>`_: - All headers associated to different subsystems in QEMU. The hierachy used + All headers associated to different subsystems in QEMU. The hierarchy used mirrors source code organization and naming. * `hw <https://gitlab.com/qemu-project/qemu/-/tree/master/hw>`_: `Devices <device-emulation>` and boards emulation. Devices are categorized by |