svn commit: r244135 - stable/9/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Wed Dec 12 05:00:27 UTC 2012
Author: kib
Date: Wed Dec 12 05:00:26 2012
New Revision: 244135
URL: http://svnweb.freebsd.org/changeset/base/244135
Log:
MFC r244053:
Fix typo.
Modified:
stable/9/sys/kern/vfs_mount.c
Directory Properties:
stable/9/sys/ (props changed)
Modified: stable/9/sys/kern/vfs_mount.c
==============================================================================
--- stable/9/sys/kern/vfs_mount.c Wed Dec 12 04:18:25 2012 (r244134)
+++ stable/9/sys/kern/vfs_mount.c Wed Dec 12 05:00:26 2012 (r244135)
@@ -709,7 +709,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.
*/
More information about the svn-src-stable-9
mailing list