]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment
authorMichael Tokarev <mjt@tls.msk.ru>
Wed, 7 May 2025 17:03:14 +0000 (20:03 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 9 May 2025 20:49:26 +0000 (23:49 +0300)
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/hw/xen/interface/io/blkif.h

index 22f1eef0c0ca371a8cfe3eeea99f54bec1e234c9..c5527999d1b313bdd46d9951681fc2dfead23de1 100644 (file)
  *      access (even when it should be read-only). If the frontend hits the
  *      maximum number of allowed persistently mapped grants, it can fallback
  *      to non persistent mode. This will cause a performance degradation,
- *      since the the backend driver will still try to map those grants
+ *      since the backend driver will still try to map those grants
  *      persistently. Since the persistent grants protocol is compatible with
  *      the previous protocol, a frontend driver can choose to work in
  *      persistent mode even when the backend doesn't support it.