diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-01 10:07:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-06-01 10:07:28 +0000 |
| commit | 0b381bf1fd8fbb2df974c318d58643ecfeec44b0 (patch) | |
| tree | 5f731b3fbc39745217a47eb536253ac4261ca16d /sys/compat/linux/linux_stats.c | |
| parent | 64dddc18727af4db4a6047ff86291d981f6e9042 (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_stats.c')
| -rw-r--r-- | sys/compat/linux/linux_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_stats.c b/sys/compat/linux/linux_stats.c index df112af724d1..53cbf3202cc3 100644 --- a/sys/compat/linux/linux_stats.c +++ b/sys/compat/linux/linux_stats.c @@ -262,7 +262,7 @@ struct linux_statfs_buf { /* * ext2fs uses the VT_UFS tag. A mounted ext2 filesystem will therefore - * be seen as an ufs/mfs filesystem. + * be seen as an ufs filesystem. */ static long bsd_to_linux_ftype(int tag) |
