diff options
author | phk <phk@FreeBSD.org> | 2004-12-11 12:45:24 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-12-11 12:45:24 +0000 |
commit | 93f6fd0d01ebd2fc1bd70ccf94cc8a2ecb46b277 (patch) | |
tree | 0c17f6035fa66e956223bb58cd7e22f075b105bd /sys/fs/smbfs | |
parent | 62306f4ea9432ff9d92b5b0b6813a842242edb7a (diff) | |
download | FreeBSD-src-93f6fd0d01ebd2fc1bd70ccf94cc8a2ecb46b277.zip FreeBSD-src-93f6fd0d01ebd2fc1bd70ccf94cc8a2ecb46b277.tar.gz |
typo
Diffstat (limited to 'sys/fs/smbfs')
-rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 0eb54c4..ac928ef 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -140,7 +140,7 @@ smbfs_cmount(struct mntarg *ma, void * data, int flags, struct thread *td) } static const char *smbfs_opts[] = { - "dev", "soft", "intr", "strongs", "have_nls", "long", + "dev", "soft", "intr", "strong", "have_nls", "long", "mountpoint", "rootpath", "uid", "gid", "file_mode", "dir_mode", "caseopt", NULL }; |