diff options
Diffstat (limited to 'fs/ntfs/layout.h')
| -rw-r--r-- | fs/ntfs/layout.h | 16 | 
1 files changed, 8 insertions, 8 deletions
diff --git a/fs/ntfs/layout.h b/fs/ntfs/layout.h index 8b2549f672b..809c0e6d8e0 100644 --- a/fs/ntfs/layout.h +++ b/fs/ntfs/layout.h @@ -286,7 +286,7 @@ typedef le16 MFT_RECORD_FLAGS;   * fragmented. Volume free space includes the empty part of the mft zone and   * when the volume's free 88% are used up, the mft zone is shrunk by a factor   * of 2, thus making more space available for more files/data. This process is - * repeated everytime there is no more free space except for the mft zone until + * repeated every time there is no more free space except for the mft zone until   * there really is no more free space.   */ @@ -1657,13 +1657,13 @@ typedef enum {   *	pointed to by the Owner field was provided by a defaulting mechanism   *	rather than explicitly provided by the original provider of the   *	security descriptor.  This may affect the treatment of the SID with - *	respect to inheritence of an owner. + *	respect to inheritance of an owner.   *   * SE_GROUP_DEFAULTED - This boolean flag, when set, indicates that the SID in   *	the Group field was provided by a defaulting mechanism rather than   *	explicitly provided by the original provider of the security   *	descriptor.  This may affect the treatment of the SID with respect to - *	inheritence of a primary group. + *	inheritance of a primary group.   *   * SE_DACL_PRESENT - This boolean flag, when set, indicates that the security   *	descriptor contains a discretionary ACL.  If this flag is set and the @@ -1674,7 +1674,7 @@ typedef enum {   *	pointed to by the Dacl field was provided by a defaulting mechanism   *	rather than explicitly provided by the original provider of the   *	security descriptor.  This may affect the treatment of the ACL with - *	respect to inheritence of an ACL.  This flag is ignored if the + *	respect to inheritance of an ACL.  This flag is ignored if the   *	DaclPresent flag is not set.   *   * SE_SACL_PRESENT - This boolean flag, when set,  indicates that the security @@ -1686,7 +1686,7 @@ typedef enum {   *	pointed to by the Sacl field was provided by a defaulting mechanism   *	rather than explicitly provided by the original provider of the   *	security descriptor.  This may affect the treatment of the ACL with - *	respect to inheritence of an ACL.  This flag is ignored if the + *	respect to inheritance of an ACL.  This flag is ignored if the   *	SaclPresent flag is not set.   *   * SE_SELF_RELATIVE - This boolean flag, when set, indicates that the security @@ -2008,14 +2008,14 @@ typedef struct {   *   * When a directory is small enough to fit inside the index root then this   * is the only attribute describing the directory. When the directory is too - * large to fit in the index root, on the other hand, two aditional attributes + * large to fit in the index root, on the other hand, two additional attributes   * are present: an index allocation attribute, containing sub-nodes of the B+   * directory tree (see below), and a bitmap attribute, describing which virtual   * cluster numbers (vcns) in the index allocation attribute are in use by an   * index block.   *   * NOTE: The root directory (FILE_root) contains an entry for itself. Other - * dircetories do not contain entries for themselves, though. + * directories do not contain entries for themselves, though.   */  typedef struct {  	ATTR_TYPE type;			/* Type of the indexed attribute. Is @@ -2283,7 +2283,7 @@ typedef struct {  	//		   the key_length is zero, then the vcn immediately  	//		   follows the INDEX_ENTRY_HEADER. Regardless of  	//		   key_length, the address of the 8-byte boundary -	//		   alligned vcn of INDEX_ENTRY{_HEADER} *ie is given by +	//		   aligned vcn of INDEX_ENTRY{_HEADER} *ie is given by  	//		   (char*)ie + le16_to_cpu(ie*)->length) - sizeof(VCN),  	//		   where sizeof(VCN) can be hardcoded as 8 if wanted. */  } __attribute__ ((__packed__)) INDEX_ENTRY;  | 
