From 323727cfbfe68b6c62fc656ad7c99f60051d1d86 Mon Sep 17 00:00:00 2001 From: Michael Tokarev Date: Wed, 7 May 2025 20:07:16 +0300 Subject: [PATCH] qapi/machine-target.json: fix "in in" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- qapi/machine-target.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qapi/machine-target.json b/qapi/machine-target.json index 541f93eeb7..426ce4ee82 100644 --- a/qapi/machine-target.json +++ b/qapi/machine-target.json @@ -350,7 +350,7 @@ # migration-safe in the future (since 4.1) # # @deprecated: If true, this CPU model is deprecated and may be -# removed in in some future version of QEMU according to the QEMU +# removed in some future version of QEMU according to the QEMU # deprecation policy. (since 5.2) # # @unavailable-features is a list of QOM property names that represent -- 2.39.5