aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Tetlow <gordon@FreeBSD.org>2003-02-03 17:21:43 +0000
committerGordon Tetlow <gordon@FreeBSD.org>2003-02-03 17:21:43 +0000
commit6be2e1dd37d97a5ac481c92293f4c84ef77d3305 (patch)
treed15f8d00df81913ab9f883c447168f672497d1b4
parenta6fff888c3f02f1aa918730d800d6d559dcdb7fe (diff)
downloadsrc-6be2e1dd37d97a5ac481c92293f4c84ef77d3305.tar.gz
src-6be2e1dd37d97a5ac481c92293f4c84ef77d3305.zip
Correct a comment. GEOM modules do not create /dev entries. They create
providers. Pointed out by: phk
Notes
Notes: svn path=/head/; revision=110291
-rw-r--r--sys/geom/geom_vol_ffs.c4
1 files changed, 2 insertions, 2 deletions
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,