From 6be2e1dd37d97a5ac481c92293f4c84ef77d3305 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Mon, 3 Feb 2003 17:21:43 +0000 Subject: Correct a comment. GEOM modules do not create /dev entries. They create providers. Pointed out by: phk --- sys/geom/geom_vol_ffs.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/geom/geom_vol_ffs.c') diff --git a/sys/geom/geom_vol_ffs.c b/sys/geom/geom_vol_ffs.c index 7c9a114358ef..f324aa704367 100644 --- a/sys/geom/geom_vol_ffs.c +++ b/sys/geom/geom_vol_ffs.c @@ -88,8 +88,8 @@ g_vol_ffs_taste(struct g_class *mp, struct g_provider *pp, int flags) * Walk through the standard places that superblocks hide and look * for UFS magic. If we find magic, then check that the size in the * superblock corresponds to the size of the underlying provider. - * Finally, look for a volume label and create an appropriate /dev - * entry based on that. + * Finally, look for a volume label and create an appropriate + * provider based on that. */ for (sb=0; (superblock = superblocks[sb]) != -1; sb++) { fs = (struct fs *) g_read_data(cp, superblock, -- cgit v1.2.3