diff options
author | Stefan Weil <sw@weilnetz.de> | 2021-11-17 22:07:02 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-11-22 15:02:38 +0100 |
commit | b980c1aec63908074040e5cab135728e3b5db117 (patch) | |
tree | f25a071893e4efd4ca3aed3488fa1c6f946505d5 /docs/devel/multi-process.rst | |
parent | 93e86b1664951f02fceed9ac312576f60232d503 (diff) |
Fix some typos in documentation (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-Id: <20211117210702.1393570-1-sw@weilnetz.de>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
[thuth: "what's" --> "what is" as suggested by philmd]
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs/devel/multi-process.rst')
-rw-r--r-- | docs/devel/multi-process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/multi-process.rst b/docs/devel/multi-process.rst index e5758a79ab..5c857ff3b9 100644 --- a/docs/devel/multi-process.rst +++ b/docs/devel/multi-process.rst @@ -641,7 +641,7 @@ the CPU that issued the MMIO. +==========+========================+ | rid | range MMIO is within | +----------+------------------------+ -| offset | offset withing *rid* | +| offset | offset within *rid* | +----------+------------------------+ | type | e.g., load or store | +----------+------------------------+ |