From: Michael Tokarev Date: Wed, 7 May 2025 17:03:14 +0000 (+0300) Subject: include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7c513389c6cb8c6dd60e55d1c99244de4e93663;p=thirdparty%2Fqemu.git include/hw/xen/interface/io/blkif.h: fix "the the" typo in comment Suggested-by: Thomas Huth Signed-off-by: Michael Tokarev --- diff --git a/include/hw/xen/interface/io/blkif.h b/include/hw/xen/interface/io/blkif.h index 22f1eef0c0..c5527999d1 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.