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.
         */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to