svn commit: r204070 - head/sys/geom/stripe

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Feb 18 22:28:12 UTC 2010


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);


More information about the svn-src-all mailing list