Fix "_" vs. "-" typo in a comment. No functional changes.

This commit is contained in:
Justin T. Gibbs 2012-02-16 21:47:17 +00:00
parent 79fcfd2e54
commit 8161f482d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=231836

View file

@ -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.