diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-23 10:32:52 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-01-23 10:32:52 +0100 |
commit | f3cbdcbb9d571d7b145c659e26656ffb6617b0db (patch) | |
tree | 474798bff71660bed7cfb051f2ed6a920866846c /libdiskfs | |
parent | 980a537c0083d8bfb0311a2d5619b197bc5950a0 (diff) | |
download | hurd-f3cbdcbb9d571d7b145c659e26656ffb6617b0db.tar.gz hurd-f3cbdcbb9d571d7b145c659e26656ffb6617b0db.tar.bz2 hurd-f3cbdcbb9d571d7b145c659e26656ffb6617b0db.zip |
typo
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/file-statfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdiskfs/file-statfs.c b/libdiskfs/file-statfs.c index 3cc60b4f..5e960579 100644 --- a/libdiskfs/file-statfs.c +++ b/libdiskfs/file-statfs.c @@ -25,7 +25,7 @@ # define ST_RELATIME 64 #endif /* ST_RELATIME */ -/* Implement file_getcontrol as described in <hurd/fs.defs>. */ +/* Implement file_statfs as described in <hurd/fs.defs>. */ kern_return_t diskfs_S_file_statfs (struct protid *file, fsys_statfsbuf_t *statbuf) |