diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-07 20:07:16 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-09 23:49:26 +0300 |
commit | 323727cfbfe68b6c62fc656ad7c99f60051d1d86 (patch) | |
tree | 9c6d78fc4eb02bed343709fc2817350d56c65215 | |
parent | 231a8420deed10046e0d8cf23a8a134dc7626cb4 (diff) | |
download | qemu-323727cfbfe68b6c62fc656ad7c99f60051d1d86.zip qemu-323727cfbfe68b6c62fc656ad7c99f60051d1d86.tar.gz qemu-323727cfbfe68b6c62fc656ad7c99f60051d1d86.tar.bz2 |
qapi/machine-target.json: fix "in in" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | qapi/machine-target.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qapi/machine-target.json b/qapi/machine-target.json index 541f93e..426ce4e 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 |