summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblambert <blambert@openbsd.org>2009-06-04 19:19:27 +0000
committerblambert <blambert@openbsd.org>2009-06-04 19:19:27 +0000
commit24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688 (patch)
tree5e381412792949a099333594601b6c16158fcf98
parentadd $OpenBSD$ tag (diff)
downloadwireguard-openbsd-24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688.tar.xz
wireguard-openbsd-24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688.zip
typo; init -> in it
ok thib@
-rw-r--r--sys/nfs/nfs_socket.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/nfs/nfs_socket.c b/sys/nfs/nfs_socket.c
index 332aee74a83..741848212af 100644
--- a/sys/nfs/nfs_socket.c
+++ b/sys/nfs/nfs_socket.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nfs_socket.c,v 1.84 2009/06/03 02:23:23 thib Exp $ */
+/* $OpenBSD: nfs_socket.c,v 1.85 2009/06/04 19:19:27 blambert Exp $ */
/* $NetBSD: nfs_socket.c,v 1.27 1996/04/15 20:20:00 thorpej Exp $ */
/*
@@ -1018,7 +1018,7 @@ tryagain:
/*
* Since we only support RPCAUTH_UNIX atm we step over the
* reply verifer type, and if the (error) case that there really
- * is any data init, we advance over it.
+ * is any data in it, we advance over it.
*/
tl++; /* Step over verifer type */
i = fxdr_unsigned(int32_t, *tl);