Author: gibbs
Date: Thu Feb 16 21:47:17 2012
New Revision: 231836
URL: http://svn.freebsd.org/changeset/base/231836

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

Modified:
  head/sys/xen/interface/io/blkif.h

Modified: head/sys/xen/interface/io/blkif.h
==============================================================================
--- head/sys/xen/interface/io/blkif.h   Thu Feb 16 21:18:36 2012        
(r231835)
+++ head/sys/xen/interface/io/blkif.h   Thu Feb 16 21:47:17 2012        
(r231836)
@@ -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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to