diff options
Diffstat (limited to 'sys/fs/ext2fs/fs.h')
-rw-r--r-- | sys/fs/ext2fs/fs.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/fs/ext2fs/fs.h b/sys/fs/ext2fs/fs.h index d5a414f..c698478 100644 --- a/sys/fs/ext2fs/fs.h +++ b/sys/fs/ext2fs/fs.h @@ -59,8 +59,8 @@ /* * The path name on which the file system is mounted is maintained - * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in - * the super block for this name. + * in fs_fsmnt. MAXMNTLEN defines the amount of space allocated in + * the super block for this name. */ #define MAXMNTLEN 512 @@ -82,8 +82,8 @@ * of files per directory. These defaults are well selected for typical * filesystems, but may need to be tuned for odd cases like filesystems * being used for squid caches or news spools. - * AVFPDIR is the expected number of files per directory. AVGDIRSIZE is - * obtained by multiplying AVFPDIR and AVFILESIZ which is assumed to be + * AVFPDIR is the expected number of files per directory. AVGDIRSIZE is + * obtained by multiplying AVFPDIR and AVFILESIZ which is assumed to be * 16384. */ @@ -159,4 +159,4 @@ */ #define NINDIR(fs) (EXT2_ADDR_PER_BLOCK(fs)) -#endif /* !_FS_EXT2FS_FS_H_ */ +#endif /* !_FS_EXT2FS_FS_H_ */ |