summaryrefslogtreecommitdiff
path: root/sys/nfs
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-10-04 12:04:41 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-10-04 12:04:41 +0000
commitc3efb4d712f9769798611454fc9baa2df32112be (patch)
tree85f53016bcf50aef37e5f83512949f58331a9276 /sys/nfs
parent919bed86df4018e75deaa2df1ee010edcfe57767 (diff)
typo, from Bret Lambert
Diffstat (limited to 'sys/nfs')
-rw-r--r--sys/nfs/nfs_syscalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_syscalls.c b/sys/nfs/nfs_syscalls.c
index e467714cefc..584ab092e68 100644
--- a/sys/nfs/nfs_syscalls.c
+++ b/sys/nfs/nfs_syscalls.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_syscalls.c,v 1.48 2006/06/25 15:01:54 sturm Exp $ */
+/* $OpenBSD: nfs_syscalls.c,v 1.49 2006/10/04 12:04:40 pedro Exp $ */
/* $NetBSD: nfs_syscalls.c,v 1.19 1996/02/18 11:53:52 fvdl Exp $ */
/*
@@ -1033,7 +1033,7 @@ nfs_getset_niothreads(set)
/*
* Get an authorization string for the uid by having the mount_nfs sitting
- * on this mount point porpous out of the kernel and do it.
+ * on this mount point porpoise out of the kernel and do it.
*/
int
nfs_getauth(nmp, rep, cred, auth_str, auth_len, verf_str, verf_len, key)