diff options
author | 2009-06-04 19:19:27 +0000 | |
---|---|---|
committer | 2009-06-04 19:19:27 +0000 | |
commit | 24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688 (patch) | |
tree | 5e381412792949a099333594601b6c16158fcf98 | |
parent | add $OpenBSD$ tag (diff) | |
download | wireguard-openbsd-24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688.tar.xz wireguard-openbsd-24bd6f5c2e43b14b2b79398b3fdf8a68c3e9f688.zip |
typo; init -> in it
ok thib@
-rw-r--r-- | sys/nfs/nfs_socket.c | 4 |
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); |