svn commit: r202458 - head/lib/libgeom

Xin LI delphij at FreeBSD.org
Sun Jan 17 08:12:28 UTC 2010


Author: delphij
Date: Sun Jan 17 08:12:28 2010
New Revision: 202458
URL: http://svn.freebsd.org/changeset/base/202458

Log:
  Correct a typo (when we talk about offset, it should
  be offset, not size).
  
  Submitted by:	pluknet at gmail com

Modified:
  head/lib/libgeom/libgeom.3

Modified: head/lib/libgeom/libgeom.3
==============================================================================
--- head/lib/libgeom/libgeom.3	Sun Jan 17 08:10:37 2010	(r202457)
+++ head/lib/libgeom/libgeom.3	Sun Jan 17 08:12:28 2010	(r202458)
@@ -304,7 +304,7 @@ function returns sector size of the give
 .Pp
 The
 .Fn g_stripeoffset
-function returns stripe size of the given provider.
+function returns stripe offset of the given provider.
 .Pp
 The
 .Fn g_stripesize


More information about the svn-src-all mailing list