svn commit: r185256 - head/sys/kern

Ed Maste emaste at FreeBSD.org
Mon Nov 24 11:28:53 PST 2008


Author: emaste
Date: Mon Nov 24 19:28:52 2008
New Revision: 185256
URL: http://svn.freebsd.org/changeset/base/185256

Log:
  Correct typo in comment: thier -> their

Modified:
  head/sys/kern/vfs_export.c

Modified: head/sys/kern/vfs_export.c
==============================================================================
--- head/sys/kern/vfs_export.c	Mon Nov 24 19:00:57 2008	(r185255)
+++ head/sys/kern/vfs_export.c	Mon Nov 24 19:28:52 2008	(r185256)
@@ -401,7 +401,7 @@ vfs_setpublicfs(struct mount *mp, struct
 
 /*
  * Used by the filesystems to determine if a given network address
- * (passed in 'nam') is present in thier exports list, returns a pointer
+ * (passed in 'nam') is present in their exports list, returns a pointer
  * to struct netcred so that the filesystem can examine it for
  * access rights (read/write/etc).
  */


More information about the svn-src-all mailing list