svn commit: r185768 - head/sys/geom

Ulf Lilleengen lulf at FreeBSD.org
Mon Dec 8 09:09:02 PST 2008


Author: lulf
Date: Mon Dec  8 17:09:02 2008
New Revision: 185768
URL: http://svn.freebsd.org/changeset/base/185768

Log:
  - Add missing word in comment.

Modified:
  head/sys/geom/geom_subr.c

Modified: head/sys/geom/geom_subr.c
==============================================================================
--- head/sys/geom/geom_subr.c	Mon Dec  8 17:01:05 2008	(r185767)
+++ head/sys/geom/geom_subr.c	Mon Dec  8 17:09:02 2008	(r185768)
@@ -370,7 +370,7 @@ g_destroy_geom(struct g_geom *gp)
 }
 
 /*
- * This function is called (repeatedly) until the has withered away.
+ * This function is called (repeatedly) until the geom has withered away.
  */
 void
 g_wither_geom(struct g_geom *gp, int error)


More information about the svn-src-head mailing list