Date: Mon, 8 Dec 2008 17:09:02 +0000 (UTC) From: Ulf Lilleengen <lulf@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185768 - head/sys/geom Message-ID: <200812081709.mB8H92Qe065759@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812081709.mB8H92Qe065759>