statx.2: ffix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-25 13:05:15 +02:00
parent 50c74bdb4e
commit 20c8cd9a65
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ struct statx {
struct statx_timestamp stx_ctime; /* Last status change */
struct statx_timestamp stx_mtime; /* Last modification */
/* If this file represents a device, then the next two fields
contain the ID of the device */
/* If this file represents a device, then the next two
fields contain the ID of the device */
__u32 stx_rdev_major; /* Major ID */
__u32 stx_rdev_minor; /* Minor ID */