summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-06-20 03:11:19 +0000
committerbde <bde@FreeBSD.org>2004-06-20 03:11:19 +0000
commit61308bc09f058a04c44c8add7067faf6ca34b594 (patch)
treefd0220bc931f5065503e5c3ce6dda14612e251fa
parentf83481b5479a3f23b0dc595890844383919274bf (diff)
downloadFreeBSD-src-61308bc09f058a04c44c8add7067faf6ca34b594.zip
FreeBSD-src-61308bc09f058a04c44c8add7067faf6ca34b594.tar.gz
Backed out previous commit. The dev_t -> `struct cdev *' changes have
lots of errors. Blind substitution of "dev_t foo" by "struct cdev *foo" in comments usually just created an English syntax error (e.g., "struct cdev *changes"), but here it did less than that since the dev_t is a user dev_t.
-rw-r--r--sys/ufs/ufs/dinode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ufs/ufs/dinode.h b/sys/ufs/ufs/dinode.h
index 78e7e2a..cedecd9 100644
--- a/sys/ufs/ufs/dinode.h
+++ b/sys/ufs/ufs/dinode.h
@@ -131,7 +131,7 @@ struct ufs2_dinode {
* The di_db fields may be overlaid with other information for
* file types that do not have associated disk storage. Block
* and character devices overlay the first data block with their
- * struct cdev *value. Short symbolic links place their path in the
+ * dev_t value. Short symbolic links place their path in the
* di_db area.
*/
#define di_rdev di_db[0]
OpenPOWER on IntegriCloud