[Midnightbsd-cvs] src [7827] trunk/sys/kern/vfs_mount.c: fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 6 20:07:21 EDT 2016


Revision: 7827
          http://svnweb.midnightbsd.org/src/?rev=7827
Author:   laffer1
Date:     2016-09-06 20:07:20 -0400 (Tue, 06 Sep 2016)
Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/sys/kern/vfs_mount.c

Modified: trunk/sys/kern/vfs_mount.c
===================================================================
--- trunk/sys/kern/vfs_mount.c	2016-09-07 00:06:22 UTC (rev 7826)
+++ trunk/sys/kern/vfs_mount.c	2016-09-07 00:07:20 UTC (rev 7827)
@@ -709,7 +709,7 @@
 	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 Midnightbsd-cvs mailing list