From e3933824d225b9a0aad6d4d78cb5f902a604b310 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Wed, 7 May 2025 20:03:13 +0300 Subject: [PATCH] include/exec/cpu-common.h: fix "the the" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- include/exec/cpu-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/exec/cpu-common.h b/include/exec/cpu-common.h index dab1e7e580..a68485547d 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. -- 2.39.5