summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2006-05-21 21:28:34 +0000
committermaxim <maxim@FreeBSD.org>2006-05-21 21:28:34 +0000
commit23aadc1a586af23e5c369d7b949180e081c6ebb0 (patch)
treeba99dabf02827e69c4e66bad5b66e70fc1443f03 /sys/ufs
parentfa6b08051c710322e2dbdb6f59f74414d771b5b3 (diff)
downloadFreeBSD-src-23aadc1a586af23e5c369d7b949180e081c6ebb0.zip
FreeBSD-src-23aadc1a586af23e5c369d7b949180e081c6ebb0.tar.gz
o Fix a comment: directory whiteout type is DT_WHT not DT_W.
Diffstat (limited to 'sys/ufs')
-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 bb16756..495a650 100644
--- a/sys/ufs/ufs/dinode.h
+++ b/sys/ufs/ufs/dinode.h
@@ -79,7 +79,7 @@
/*
* The Whiteout inode# is a dummy non-zero inode number which will
* never be allocated to a real file. It is used as a place holder
- * in the directory entry which has been tagged as a DT_W entry.
+ * in the directory entry which has been tagged as a DT_WHT entry.
* See the comments about ROOTINO above.
*/
#define WINO ((ino_t)1)
OpenPOWER on IntegriCloud