From 6ffb78d173ae073f10a4df954f431cde3ee02e7d Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Mon, 24 Nov 2008 19:28:52 +0000 Subject: [PATCH] Correct typo in comment: thier -> their --- sys/kern/vfs_export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/vfs_export.c b/sys/kern/vfs_export.c index 223c2fe4a1da..d91ec3435967 100644 --- a/sys/kern/vfs_export.c +++ b/sys/kern/vfs_export.c @@ -401,7 +401,7 @@ vfs_setpublicfs(struct mount *mp, struct netexport *nep, /* * 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). */