From: Markus Armbruster Date: Fri, 22 Mar 2024 14:09:05 +0000 (+0100) Subject: qapi: Fix abbreviation punctuation in doc comments X-Git-Tag: v9.0.0-rc1~3^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d08424cf79c72d560f8d730963d2101a7393757;p=thirdparty%2Fqemu.git qapi: Fix abbreviation punctuation in doc comments Signed-off-by: Markus Armbruster Message-ID: <20240322140910.328840-8-armbru@redhat.com> --- diff --git a/qapi/migration.json b/qapi/migration.json index c865ab00c8a..a4319f87bf6 100644 --- a/qapi/migration.json +++ b/qapi/migration.json @@ -1773,7 +1773,7 @@ # default network. # # 5. For now, number of migration streams is restricted to one, -# i.e number of items in 'channels' list is just 1. +# i.e. number of items in 'channels' list is just 1. # # 6. The 'uri' and 'channels' arguments are mutually exclusive; # exactly one of the two should be present. @@ -1850,7 +1850,7 @@ # 3. The uri format is the same as for -incoming # # 4. For now, number of migration streams is restricted to one, -# i.e number of items in 'channels' list is just 1. +# i.e. number of items in 'channels' list is just 1. # # 5. The 'uri' and 'channels' arguments are mutually exclusive; # exactly one of the two should be present.