diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 18:08:40 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-25 18:08:40 +0000 |
commit | c8123df1eeca0060550c131eca0082889396a4b4 (patch) | |
tree | 3d2d55580f5a5c05a260705df9888b04c74e5fab /ufs | |
parent | 35920d4e5c76de4bf3e456b6e86863530ee6dea3 (diff) |
(diskfs_null_dirstat): doc fix
Diffstat (limited to 'ufs')
-rw-r--r-- | ufs/dir.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -81,8 +81,7 @@ struct dirstat size_t diskfs_dirstat_size = sizeof (struct dirstat); -/* The user must define this function. Initialize DS such that - diskfs_drop_dirstat will ignore it. */ +/* Initialize DS such that diskfs_drop_dirstat will ignore it. */ void diskfs_null_dirstat (struct dirstat *ds) { |