summaryrefslogtreecommitdiff
path: root/sys/xen
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
committerEitan Adler <eadler@FreeBSD.org>2016-05-17 12:52:31 +0000
commitcef367e6a15b6e3e2aca88d453c74962cf1f94e7 (patch)
tree39bcd5f2ee01f18547e0b8f8fc9bd18343a1940e /sys/xen
parente34357f56db0e2cbb6843a36ef22bcbf68950ac8 (diff)
downloadsrc-test2-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.tar.gz
src-test2-cef367e6a15b6e3e2aca88d453c74962cf1f94e7.zip
Notes
Diffstat (limited to 'sys/xen')
-rw-r--r--sys/xen/interface/io/blkif.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/xen/interface/io/blkif.h b/sys/xen/interface/io/blkif.h
index 8f0f9a604e4a..0d50d77f4b21 100644
--- a/sys/xen/interface/io/blkif.h
+++ b/sys/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.