Changes by: antona
Update of /cvsroot/linux-ntfs/linux-ntfs/include
In directory usw-pr-cvs1:/tmp/cvs-serv18717/include
Modified Files:
attrib.h
Log Message:
Little something or other...
Index: attrib.h
===================================================================
RCS file: /cvsroot/linux-ntfs/linux-ntfs/include/attrib.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -U2 -r1.39 -r1.40
--- attrib.h 5 Jun 2002 20:32:53 -0000 1.39
+++ attrib.h 30 Jun 2002 12:52:25 -0000 1.40
@@ -84,5 +84,4 @@
/**
* ntfs_attr_state_bits - bits for the state field in the ntfs_attr structure
- * @NA_NonResident: if set, the attribute is not resident, and vice versa
*/
typedef enum {
@@ -90,5 +89,5 @@
NA_NonResident, /* 1: Attribute is not resident. */
NA_Compressed, /* 1: Attribute is compressed. */
- NA_Encrypted, /* 1: Attribute is enxrypted. */
+ NA_Encrypted, /* 1: Attribute is encrypted. */
NA_Sparse, /* 1: Attribute is sparse. */
} ntfs_attr_state_bits;
|