Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 22:28:12 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204070 - head/sys/geom/stripe
Message-ID:  <201002182228.o1IMSCsR096913@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Thu Feb 18 22:28:12 2010
New Revision: 204070
URL: http://svn.freebsd.org/changeset/base/204070

Log:
  Correct comment.

Modified:
  head/sys/geom/stripe/g_stripe.c

Modified: head/sys/geom/stripe/g_stripe.c
==============================================================================
--- head/sys/geom/stripe/g_stripe.c	Thu Feb 18 22:27:38 2010	(r204069)
+++ head/sys/geom/stripe/g_stripe.c	Thu Feb 18 22:28:12 2010	(r204070)
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002182228.o1IMSCsR096913>