On 7/16/26 09:34, Michael Tokarev wrote:

diff --git a/qapi/migration.json b/qapi/migration.json
index 66bd900465a..802474750b5 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -270,7 +270,7 @@
  #     (Since 10.1)
  #
  # @postcopy-non-vcpu-latency: average remote page fault latency for
-#     all faults happend in non-vCPU threads (in ns).  It has the same
+#     all faults happened in non-vCPU threads (in ns).  It has the same
  #     definition of @postcopy-latency but this only provides

This doesn't work, - it fails to build due to too long line, so
line re-wrapping is also needed.  The correct(ed) version is:

--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -270,8 +270,8 @@
 #     (Since 10.1)
 #
 # @postcopy-non-vcpu-latency: average remote page fault latency for
-#     all faults happend in non-vCPU threads (in ns).  It has the same
-#     definition of @postcopy-latency but this only provides
+#     all faults happened in non-vCPU threads (in ns).  It has the
+#     same definition of @postcopy-latency but this only provides
 #     statistics to non-vCPU faults.  This is only present when the
 #     postcopy-blocktime migration capability is enabled.
 #     (Since 10.1)

Thanks,

/mjt

Reply via email to