From b6893ab2990135570f291a5267d2fc38d52245d0 Mon Sep 17 00:00:00 2001 From: Maxim Konovalov Date: Sun, 21 May 2006 21:28:34 +0000 Subject: [PATCH] o Fix a comment: directory whiteout type is DT_WHT not DT_W. --- sys/ufs/ufs/dinode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/ufs/ufs/dinode.h b/sys/ufs/ufs/dinode.h index bb167563c1d9..495a650c6ddf 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)