mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
block.c: fix "the the" typo in comment
Suggested-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
parent
688e4a6e77
commit
8c3edfa94c
1 changed files with 1 additions and 1 deletions
2
block.c
2
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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue