From: Michael Tokarev Date: Wed, 7 May 2025 17:03:13 +0000 (+0300) Subject: include/exec/cpu-common.h: fix "the the" typo in comment X-Git-Tag: v10.1.0-rc0~93^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3933824d225b9a0aad6d4d78cb5f902a604b310;p=thirdparty%2Fqemu.git include/exec/cpu-common.h: fix "the the" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index dab1e7e5809..a68485547d5 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.