diff options
author | kib <kib@FreeBSD.org> | 2012-12-09 20:26:51 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2012-12-09 20:26:51 +0000 |
commit | 868d4dc870c8630793eb80cf1412c0be315e00b4 (patch) | |
tree | 3a25fbb9f9dfc88b586858d229076aad415f903e /sys | |
parent | 287e4f6a6baae6598a7ebb9580a440bbff2f9113 (diff) | |
download | FreeBSD-src-868d4dc870c8630793eb80cf1412c0be315e00b4.zip FreeBSD-src-868d4dc870c8630793eb80cf1412c0be315e00b4.tar.gz |
Fix typo.
MFC after: 3 days
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/vfs_mount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 25b79ae..abae339 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -711,7 +711,7 @@ sys_mount(td, uap) int error; /* - * Mount flags are now 64-bits. On 32-bit archtectures only + * Mount flags are now 64-bits. On 32-bit architectures only * 32-bits are passed in, but from here on everything handles * 64-bit flags correctly. */ |