Date: Mon, 24 Nov 2008 19:28:53 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185256 - head/sys/kern Message-ID: <200811241928.mAOJSrq0095853@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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). */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811241928.mAOJSrq0095853>