summaryrefslogtreecommitdiffstats
path: root/sys/geom/stripe
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2010-02-18 22:28:12 +0000
committerpjd <pjd@FreeBSD.org>2010-02-18 22:28:12 +0000
commit94d64f4ec3e193f14a9bd6806163b166ad87a788 (patch)
tree8547144777ff381d055455dab6738b33e5082611 /sys/geom/stripe
parentbcd34167f71098eb36faba4975cee1e36a31389e (diff)
downloadFreeBSD-src-94d64f4ec3e193f14a9bd6806163b166ad87a788.zip
FreeBSD-src-94d64f4ec3e193f14a9bd6806163b166ad87a788.tar.gz
Correct comment.
Diffstat (limited to 'sys/geom/stripe')
-rw-r--r--sys/geom/stripe/g_stripe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/stripe/g_stripe.c b/sys/geom/stripe/g_stripe.c
index a913357..a799284 100644
--- a/sys/geom/stripe/g_stripe.c
+++ b/sys/geom/stripe/g_stripe.c
@@ -633,7 +633,7 @@ g_stripe_start(struct bio *bp)
* Do use "economic" when:
* 1. "Economic" mode is ON.
* or
- * 2. "Fast" mode failed. It can only failed if there is no memory.
+ * 2. "Fast" mode failed. It can only fail if there is no memory.
*/
if (!fast || error != 0)
error = g_stripe_start_economic(bp, no, offset, length);
OpenPOWER on IntegriCloud