Fix typo.

MFC after:	3 days
This commit is contained in:
kib 2012-12-09 20:26:51 +00:00
parent 287e4f6a6b
commit 868d4dc870

View File

@ -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.
*/