]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/exec/cpu-common.h: fix "the the" typo in comment
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2025 17:03:13 +0000 (20:03 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/exec/cpu-common.h

index dab1e7e5809540d82ef29bc31816d148d8edf671..a68485547d5002e84306f5d82185fa7c6b2c2fcd 100644 (file)
@@ -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.