Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv11653
Modified Files:
inode.h
Log Message:
Bah. Typo fix.
Index: inode.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/inode.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -U2 -r1.3 -r1.4
--- inode.h 19 Apr 2002 18:23:56 -0000 1.3
+++ inode.h 19 Apr 2002 18:27:45 -0000 1.4
@@ -75,5 +75,5 @@
ntfs_volume *vol; /* Pointer to the ntfs volume of this inode. */
unsigned long state; /* NTFS specific flags describing this inode.
- See ntfs_inode_flags above. */
+ See ntfs_inode_state_bits above. */
/*
* Attribute list support (for use by the attribute lookup functions).
|