summary refs log tree commit diff stats
path: root/tests/qemu-iotests/202
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qemu-iotests/202')
-rwxr-xr-xtests/qemu-iotests/2022
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qemu-iotests/202 b/tests/qemu-iotests/202
index b784dcd791..13304242e5 100755
--- a/tests/qemu-iotests/202
+++ b/tests/qemu-iotests/202
@@ -21,7 +21,7 @@
 # Check that QMP 'transaction' blockdev-snapshot-sync with multiple drives on a
 # single IOThread completes successfully.  This particular command triggered a
 # hang due to recursive AioContext locking and BDRV_POLL_WHILE().  Protect
-# against regressions.
+# against regressions even though the AioContext lock no longer exists.
 
 import iotests