summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/freebsd')
-rw-r--r--sys/compat/freebsd/freebsd_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/freebsd/freebsd_file.c b/sys/compat/freebsd/freebsd_file.c
index c0487897249..26f2819e7d1 100644
--- a/sys/compat/freebsd/freebsd_file.c
+++ b/sys/compat/freebsd/freebsd_file.c
@@ -60,7 +60,7 @@ convert_from_freebsd_mount_type(type)
{
static char *netbsd_mount_type[] = {
NULL, /* 0 = MOUNT_NONE */
- "ufs", /* 1 = UNIX "Fast" Filesystem */
+ "ffs", /* 1 = "Fast" Filesystem */
"nfs", /* 2 = Network Filesystem */
"mfs", /* 3 = Memory Filesystem */
"msdos", /* 4 = MSDOS Filesystem */