From 8161f482d134e8d35ff8bb04efac6571190398c3 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Thu, 16 Feb 2012 21:47:17 +0000 Subject: [PATCH] Fix "_" vs. "-" typo in a comment. No functional changes. --- sys/xen/interface/io/blkif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: * 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.