aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_std/mount_std.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2002-11-05 20:06:01 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2002-11-05 20:06:01 +0000
commit8bc90fb220d294957a19b827de876d4f851abb54 (patch)
treede5ffff1a65ca705735a17c888014dad2a217379 /sbin/mount_std/mount_std.c
parentc00809fcf903b9ca057cd12225f36cb72eddeeff (diff)
downloadsrc-8bc90fb220d294957a19b827de876d4f851abb54.tar.gz
src-8bc90fb220d294957a19b827de876d4f851abb54.zip
Notes
Diffstat (limited to 'sbin/mount_std/mount_std.c')
-rw-r--r--sbin/mount_std/mount_std.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_std/mount_std.c b/sbin/mount_std/mount_std.c
index 1f3c8d3b0cc2..cdfd73689645 100644
--- a/sbin/mount_std/mount_std.c
+++ b/sbin/mount_std/mount_std.c
@@ -127,7 +127,7 @@ main(argc, argv)
iov[1].iov_base = fsname;
iov[1].iov_len = strlen(iov[1].iov_base) + 1;
iov[2].iov_base = "fspath";
- iov[2].iov_len = sizeof("fstype");
+ iov[2].iov_len = sizeof("fspath");
iov[3].iov_base = mntpath;
iov[3].iov_len = strlen(mntpath) + 1;