summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2025-05-07 20:03:13 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2025-05-09 23:49:26 +0300
commit8c3edfa94cc981f1964e6c957314f0248fd9b4c3 (patch)
tree645fc79b5e329d29490c844fc56d068130593d3b
parent688e4a6e7757f6f2e5da3c15b8efe6ed737e34b5 (diff)
downloadfocaccia-qemu-8c3edfa94cc981f1964e6c957314f0248fd9b4c3.tar.gz
focaccia-qemu-8c3edfa94cc981f1964e6c957314f0248fd9b4c3.zip
block.c: fix "the the" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r--block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block.c b/block.c
index 0ece805e41..f222e1a50a 100644
--- a/block.c
+++ b/block.c
@@ -3153,7 +3153,7 @@ bdrv_attach_child_common(BlockDriverState *child_bs,
      * stop new requests from coming in. This is fine, we don't care about the
      * old requests here, they are not for this child. If another place enters a
      * drain section for the same parent, but wants it to be fully quiesced, it
-     * will not run most of the the code in .drained_begin() again (which is not
+     * will not run most of the code in .drained_begin() again (which is not
      * a problem, we already did this), but it will still poll until the parent
      * is fully quiesced, so it will not be negatively affected either.
      */