diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-07 20:03:14 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2025-05-09 23:49:26 +0300 |
commit | c7c513389c6cb8c6dd60e55d1c99244de4e93663 (patch) | |
tree | ce482748d0e1da5073422b3235fe609e53b3f5be | |
parent | e3933824d225b9a0aad6d4d78cb5f902a604b310 (diff) | |
download | qemu-c7c513389c6cb8c6dd60e55d1c99244de4e93663.zip qemu-c7c513389c6cb8c6dd60e55d1c99244de4e93663.tar.gz qemu-c7c513389c6cb8c6dd60e55d1c99244de4e93663.tar.bz2 |
include/hw/xen/interface/io/blkif.h: 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-- | include/hw/xen/interface/io/blkif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/xen/interface/io/blkif.h b/include/hw/xen/interface/io/blkif.h index 22f1eef..c552799 100644 --- a/include/hw/xen/interface/io/blkif.h +++ b/include/hw/xen/interface/io/blkif.h @@ -324,7 +324,7 @@ * 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. |