svn commit: r244053 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Sun Dec 9 20:26:52 UTC 2012


Author: kib
Date: Sun Dec  9 20:26:51 2012
New Revision: 244053
URL: http://svnweb.freebsd.org/changeset/base/244053

Log:
  Fix typo.
  
  MFC after:	3 days

Modified:
  head/sys/kern/vfs_mount.c

Modified: head/sys/kern/vfs_mount.c
==============================================================================
--- head/sys/kern/vfs_mount.c	Sun Dec  9 19:53:21 2012	(r244052)
+++ head/sys/kern/vfs_mount.c	Sun Dec  9 20:26:51 2012	(r244053)
@@ -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.
 	 */


More information about the svn-src-head mailing list