aboutsummaryrefslogtreecommitdiff
path: root/sys/xen/interface
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>2012-02-16 21:47:17 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>2012-02-16 21:47:17 +0000
commit8161f482d134e8d35ff8bb04efac6571190398c3 (patch)
treedacf4561ba800d9c0402aa52bc4d3d3b9671b68c /sys/xen/interface
parent79fcfd2e54916b9580de3f77eeb3e51deacb9b39 (diff)
Notes
Diffstat (limited to 'sys/xen/interface')
-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 6a81a5b2ec47..ffc897909362 100644
--- a/sys/xen/interface/io/blkif.h
+++ b/sys/xen/interface/io/blkif.h
@@ -268,7 +268,7 @@
* max-requests
* Values: <uint32_t>
* Default Value: BLKIF_MAX_RING_REQUESTS(PAGE_SIZE)
- * Maximum Value: BLKIF_MAX_RING_REQUESTS(PAGE_SIZE * max-ring_pages)
+ * Maximum Value: BLKIF_MAX_RING_REQUESTS(PAGE_SIZE * max-ring-pages)
*
* The maximum number of concurrent, logical requests that will be
* issued by the frontend.