Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51c84223 authored by Chen Baozi's avatar Chen Baozi Committed by Ben Myers
Browse files

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: default avatarChen Baozi <baozich@gmail.com>
Reviewed-by: default avatarMark Tinguely <tinguely@sgi.com>
Signed-off-by: default avatarBen Myers <bpm@sgi.com>
parent 52764329
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -33,7 +33,7 @@ typedef struct xfs_timestamp {
 * variable size the leftover area split into a data and an attribute fork.
 * variable size the leftover area split into a data and an attribute fork.
 * The format of the data and attribute fork depends on the format of the
 * The format of the data and attribute fork depends on the format of the
 * inode as indicated by di_format and di_aformat.  To access the data and
 * inode as indicated by di_format and di_aformat.  To access the data and
 * attribute use the XFS_DFORK_PTR, XFS_DFORK_DPTR, and XFS_DFORK_PTR macros
 * attribute use the XFS_DFORK_DPTR, XFS_DFORK_APTR, and XFS_DFORK_PTR macros
 * below.
 * below.
 *
 *
 * There is a very similar struct icdinode in xfs_inode which matches the
 * There is a very similar struct icdinode in xfs_inode which matches the