Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Jul 2012 15:46:39 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238171 - head/sys/geom
Message-ID:  <201207061546.q66FkdqP068980@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Fri Jul  6 15:46:38 2012
New Revision: 238171
URL: http://svn.freebsd.org/changeset/base/238171

Log:
  Fix typo in the comment.

Modified:
  head/sys/geom/geom_dev.c

Modified: head/sys/geom/geom_dev.c
==============================================================================
--- head/sys/geom/geom_dev.c	Fri Jul  6 15:36:39 2012	(r238170)
+++ head/sys/geom/geom_dev.c	Fri Jul  6 15:46:38 2012	(r238171)
@@ -497,7 +497,7 @@ g_dev_strategy(struct bio *bp)
  *
  * Called from below when the provider orphaned us.
  * - Clear any dump settings.
- * - Destroy the struct cdev *to prevent any more request from coming in.  The
+ * - Destroy the struct cdev to prevent any more request from coming in.  The
  *   provider is already marked with an error, so anything which comes in
  *   in the interrim will be returned immediately.
  * - Wait for any outstanding I/O to finish.



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