From fccfbec9f2d3ffa2901ecc4d2218640262c791ae Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Wed, 24 May 2006 11:02:32 +0000 Subject: [PATCH] Remove the trailing half of a sentence which was clearly superceded by the preceding one some time during editing. --- sys/geom/geom_bsd.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/geom/geom_bsd.c b/sys/geom/geom_bsd.c index 7d5b5d147b04..26252aba9c6c 100644 --- a/sys/geom/geom_bsd.c +++ b/sys/geom/geom_bsd.c @@ -449,8 +449,6 @@ g_bsd_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_ * * If flags == G_TF_NORMAL, the idea is to take a bite of the provider and * if we find valid, consistent magic on it, build a geom on it. - * any magic bits which indicate that we should automatically put a BSD - * geom on it. * * There may be cases where the operator would like to put a BSD-geom on * providers which do not meet all of the requirements. This can be done