aboutsummaryrefslogtreecommitdiff
path: root/docs/system/gdb.rst
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2021-11-17 22:07:02 +0100
committerThomas Huth <thuth@redhat.com>2021-11-22 15:02:38 +0100
commitb980c1aec63908074040e5cab135728e3b5db117 (patch)
treef25a071893e4efd4ca3aed3488fa1c6f946505d5 /docs/system/gdb.rst
parent93e86b1664951f02fceed9ac312576f60232d503 (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/system/gdb.rst')
-rw-r--r--docs/system/gdb.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/gdb.rst b/docs/system/gdb.rst
index bdb42dae2f..453eb73f6c 100644
--- a/docs/system/gdb.rst
+++ b/docs/system/gdb.rst
@@ -56,7 +56,7 @@ machine has more than one CPU, QEMU exposes each CPU cluster as a
separate "inferior", where each CPU within the cluster is a separate
"thread". Most QEMU machine types have identical CPUs, so there is a
single cluster which has all the CPUs in it. A few machine types are
-heterogenous and have multiple clusters: for example the ``sifive_u``
+heterogeneous and have multiple clusters: for example the ``sifive_u``
machine has a cluster with one E51 core and a second cluster with four
U54 cores. Here the E51 is the only thread in the first inferior, and
the U54 cores are all threads in the second inferior.