diff options
author | Chen Baozi <baozich@gmail.com> | 2012-05-25 12:48:47 -0400 |
---|---|---|
committer | Ben Myers <bpm@sgi.com> | 2012-06-14 13:28:26 -0400 |
commit | 51c84223af604ce2d00d0416c30a38c50aed00bd (patch) | |
tree | fa76ec80422d6192f487df7b731d40af2e7739ac /fs/xfs/xfs_dinode.h | |
parent | 5276432997feb2366ac1e77949e94fe86a394813 (diff) |
xfs: fix typo in comment of xfs_dinode_t.
There should be "XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR" instead
of "XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR".
Signed-off-by: Chen Baozi <baozich@gmail.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
Diffstat (limited to 'fs/xfs/xfs_dinode.h')
-rw-r--r-- | fs/xfs/xfs_dinode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_dinode.h b/fs/xfs/xfs_dinode.h index a3721633abc8..1d9643b3dce6 100644 --- a/fs/xfs/xfs_dinode.h +++ b/fs/xfs/xfs_dinode.h | |||
@@ -33,7 +33,7 @@ typedef struct xfs_timestamp { | |||
33 | * variable size the leftover area split into a data and an attribute fork. | 33 | * variable size the leftover area split into a data and an attribute fork. |
34 | * The format of the data and attribute fork depends on the format of the | 34 | * The format of the data and attribute fork depends on the format of the |
35 | * inode as indicated by di_format and di_aformat. To access the data and | 35 | * inode as indicated by di_format and di_aformat. To access the data and |
36 | * attribute use the XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR macros | 36 | * attribute use the XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR macros |
37 | * below. | 37 | * below. |
38 | * | 38 | * |
39 | * There is a very similar struct icdinode in xfs_inode which matches the | 39 | * There is a very similar struct icdinode in xfs_inode which matches the |