svn commit: r231836 - head/sys/xen/interface/io

Justin T. Gibbs gibbs at FreeBSD.org
Thu Feb 16 21:47:17 UTC 2012


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.


More information about the svn-src-all mailing list