aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2025-05-07 20:03:13 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:49:26 +0300
commite3933824d225b9a0aad6d4d78cb5f902a604b310 (patch)
treea40426618eca162a3e991205439092700f254b74
parentf9028224e74bd9d25bdaac05b76cac03d53fbaee (diff)
downloadqemu-e3933824d225b9a0aad6d4d78cb5f902a604b310.zip
qemu-e3933824d225b9a0aad6d4d78cb5f902a604b310.tar.gz
qemu-e3933824d225b9a0aad6d4d78cb5f902a604b310.tar.bz2
include/exec/cpu-common.h: fix "the the" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--include/exec/cpu-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h
index dab1e7e..a684855 100644
--- a/include/exec/cpu-common.h
+++ b/include/exec/cpu-common.h
@@ -182,7 +182,7 @@ void list_cpus(void);
* @host_pc: the host pc within the translation
* @data: output data
*
- * Attempt to load the the unwind state for a host pc occurring in
+ * Attempt to load the unwind state for a host pc occurring in
* translated code. If @host_pc is not in translated code, the
* function returns false; otherwise @data is loaded.
* This is the same unwind info as given to restore_state_to_opc.